G
Guest
I have a very simple Access 2000 database, that was previously in Excel 2000,
where operators enter daily totals for different types of activities. Each
activity is a different field in the main table. The user who maintains the
database would now like the ability to add/remove the activity fields by
adding/deleting the field names in a form. I can set up the code to make
these changes to the table, but what is the best way to make the changes to
the input form and report (both of which are simple and just list the
fields)? Is the best option to have code to delete all the text boxes on the
form/report and then have it create text boxes for the valid fields and save
the form/report? Or is there a better option?
Thanks for your help!
where operators enter daily totals for different types of activities. Each
activity is a different field in the main table. The user who maintains the
database would now like the ability to add/remove the activity fields by
adding/deleting the field names in a form. I can set up the code to make
these changes to the table, but what is the best way to make the changes to
the input form and report (both of which are simple and just list the
fields)? Is the best option to have code to delete all the text boxes on the
form/report and then have it create text boxes for the valid fields and save
the form/report? Or is there a better option?
Thanks for your help!