as you are brandnew to VFP I wholeheartedly Welcome you to the community of Foxers. No doubt you will find the fox community worthwhile and helpful in many ways!
as to your Question
go step by step
![[idea] [idea] [idea]](/data/assets/smilies/idea.gif)
,
first, set up your development environment.
I suspect that you are not using a framework of any kind yet. Don't worry, that'll come later.
For this project I suggest that you make a folder for the project and subfolders for the components like data, forms, menus, classlibs, reports et cetera.
Next, Collect information on the data you need, maybe pen and paper will do a good job here. Things like, what data do I need, what type of data is that et cetera. Read the helpfile on creating tables and datatypes to give you a clue.
Try to group that data as logically as can be. Those groups will be your tables.
also, try to find connecting fields between those tables. They are the probable sources for indexes.
Next create, in the database folder your database.
I will keep an eye on this thread for any further questions you might have.
In the next step we will start with creating your own classes (and extend them later on if needed!)
Boudewijn.Lutgerink@foxite.com www.foxite.com
![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)