I have a form used for data entry with several subforms which store data for specific times of day. The date is entered on the mainform and stored in each "TimeOfDay" subform. This setup allows for data to be analyzed by day or by a specific time of day. I have default values for data in the "TimeOfDay" subforms. I would like to be able to save default values as if they were entered data so that there is no unnecessary data entry.
I understand that Access does not recognize the default values as new data, even if the Master/Child links update the date field of the subforms. Is it possible to create an extra field and automatically enter data into that field so the rest of the default data will be stored as a new record for that date and time of day?
I have tried using a macro to set a value, but if I do this before or after update or insert, it never creates the new record. If I do this on unload, it says I cannot set the value for that control.
Is there any way around this?
Carly
I understand that Access does not recognize the default values as new data, even if the Master/Child links update the date field of the subforms. Is it possible to create an extra field and automatically enter data into that field so the rest of the default data will be stored as a new record for that date and time of day?
I have tried using a macro to set a value, but if I do this before or after update or insert, it never creates the new record. If I do this on unload, it says I cannot set the value for that control.
Is there any way around this?
Carly