Repeat entry

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

Guest

Currently I have a form that will allow me to checkout material to
technicians by scanning the techs name (own table) then the items barcode
(different table). The system works but is repetitive. I would like to scan
or type the tech’s name just once and scan multiple barcode (material) and
have it assigned to that tech. appreciate any ideas.
 
Use two tables in a one-to-many relation --- checkout date-tech - items
Use queries to feed form (checkout date-tech) and subform (items).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top