I’m building a database for inventory. This is my second go around. I’ve created a form that works well to enter new inventory items (see attached database). I then built a query that concatenates the fields on the form to come up with a comprehensive description of each item. I would like to use this comprehensive description in a form that would enter new receipts of inventory items already in the database and a form that records inventory items used (or sold). Can I pull the description from the query and then have to form put it into another table that tracks either inventory items received or used? Also how can I avoid having duplicates come up in the query?
Thanks in advance for any help.
Christa