I have form that has, among other things, 15 controls that are preloaded with data that represent keys to a table. Associated with each of these controls is a data entry control. As the user enters this data and clicks an 'update' button, the associated key is used to find the corresponding record in the table and updates that record with the data that was entered.
My question is, is there anything I can do programmatically if the number of 'key' controls changes (i.e., a key/data entry combination is either deleted or added) instead of doing a form redesign?
Thanks.
My question is, is there anything I can do programmatically if the number of 'key' controls changes (i.e., a key/data entry combination is either deleted or added) instead of doing a form redesign?
Thanks.