Adding new records in subform for all main records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Have an employee database where a new subform records is added on a weekly basis. Is there a way I can do a mass insert at the beginning of each week instead of adding a new subrecord individually?
 
Have an employee database where a new subform records is added on a weekly basis. Is there a way I can do a mass insert at the beginning of each week instead of adding a new subrecord individually?

Certainly; an Append query. Without knowing where the data will come
from or where it's to go, I can't suggest the details, but an Append
query will do the trick.
 
Back
Top