I need to be able to display 1 to N records from a table as well as add/update them to the same table. Here’s my story. I have a table. The key is Project and Building. The attributes are several (10) different percentages.
The user wants to be able to enter the Project number and display all the Buildings associated to that Project. There can be 0 records or there can be X records. There is no limit to the number of Buildings for a Project. The user wants to be able to update, delete or add Buildings to the Project. They also do not want the database updated until they click an ‘Update’ button therefore, I cannot bind the table to the form, I think. Can anyone point me in the right direction on how I would even begin defining a form that will grow depending on how many records are in the result set and how I would process the records once the ‘update’ button is clicked. Thanks for any help.
The user wants to be able to enter the Project number and display all the Buildings associated to that Project. There can be 0 records or there can be X records. There is no limit to the number of Buildings for a Project. The user wants to be able to update, delete or add Buildings to the Project. They also do not want the database updated until they click an ‘Update’ button therefore, I cannot bind the table to the form, I think. Can anyone point me in the right direction on how I would even begin defining a form that will grow depending on how many records are in the result set and how I would process the records once the ‘update’ button is clicked. Thanks for any help.