stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 984
|
Re: making a system access with vb 6.0
Hi Welcome to the Forum 
You need to break down your problem into as many pieces as you can. A method i recommend is to take every noun in your description and then group it into "actions that this noun needs to do" and "properties of this noun"
For example
You have indicated a cashier
this person needs to enter some cash amount (action)
they need add an order (action)
they may need a name (property)
Do this for every noun in your description.
Then consider what you need to display and when.
Once you've done this mail your problems as you encounter them
Regards
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|