S
Scott A
I've been scratching my head over this one for so long I
think I may draw blood...
I have some simple forms for data entry that let users add
records to a primary table, and use a linked subform to
enter maintenance records (The maintenance records are the
many side of the one-to-many relationship).
The problem comes in because we do maintenance in large
batches, and the users have to update several records in
one sitting. It's tedious for them to have to search for
each appliance, and then add the maintenance record to the
subform
I've tried experimenting with a continuous form - which
lets the users see lists of appliances that match filter
criteria on the form, but I can't add the subform to the
continuous form.
I'm wondering if it will work to take the results of the
filtered form and declare a recordset with the primary
keys, and use an append query to add these new records to
the maintenance table - if so, how do I program the form
to display rows for entering the maintenance information
for each appliance?
Any ideas or examples would be very helpful.
Thanks,
Scott A
think I may draw blood...
I have some simple forms for data entry that let users add
records to a primary table, and use a linked subform to
enter maintenance records (The maintenance records are the
many side of the one-to-many relationship).
The problem comes in because we do maintenance in large
batches, and the users have to update several records in
one sitting. It's tedious for them to have to search for
each appliance, and then add the maintenance record to the
subform
I've tried experimenting with a continuous form - which
lets the users see lists of appliances that match filter
criteria on the form, but I can't add the subform to the
continuous form.
I'm wondering if it will work to take the results of the
filtered form and declare a recordset with the primary
keys, and use an append query to add these new records to
the maintenance table - if so, how do I program the form
to display rows for entering the maintenance information
for each appliance?
Any ideas or examples would be very helpful.
Thanks,
Scott A