Hi All, I am writing my first VB program and could use a push in the right direction.
The Tax Map Dept. keeps track of all property sales/ownership and land changes for the county ie when a parcel is split. When the project is complete the program will manage 2 data bases for the Tax Map Dept.; 'active' records and the 'deleted' records.
I have managed to get the logon screen working and the Main Menu. The user is able to pick what task they wish to preform add, update, inquiry or delete a record. They can also supply a key or partial key to begin the search for records. There are really only 2 forms left to design. One to list partial info on a group of records and one to display all info on one record. There are, however, 13 different functions the user can perform if they have full access. Here is where my question comes in.
Should I:
1) Create one form and a class moduale for each function and call/perform the modual from the form or
2) Create a form for each function or
3) Create one form and put all code there
Thank you for your time. Linda C.
LindaC
lcastner@co.orange.ny.us
The Tax Map Dept. keeps track of all property sales/ownership and land changes for the county ie when a parcel is split. When the project is complete the program will manage 2 data bases for the Tax Map Dept.; 'active' records and the 'deleted' records.
I have managed to get the logon screen working and the Main Menu. The user is able to pick what task they wish to preform add, update, inquiry or delete a record. They can also supply a key or partial key to begin the search for records. There are really only 2 forms left to design. One to list partial info on a group of records and one to display all info on one record. There are, however, 13 different functions the user can perform if they have full access. Here is where my question comes in.
Should I:
1) Create one form and a class moduale for each function and call/perform the modual from the form or
2) Create a form for each function or
3) Create one form and put all code there
Thank you for your time. Linda C.
LindaC
lcastner@co.orange.ny.us