I am new to access and programming in general. I have a form that has combo boxes linked to tables that coninside together. Is there a way to have the information that a user enters in a form to pass over to a table?
Lets say there are these three combo boxes and one item box:
Category
COmbo box pulling the Categories from the Category table)
Manufacturer: (Pulling from Manufacturer from the Manufacturer Table)
Condition: (Pulling from Condition from Condition table)
Item: Unbound Text box. (User Enters Item here)
Then I would like them to hit a button and it pulls all the data from these fields and throws it into the Inventory table. The inventory table has all these feilds with the exact same name. I dont know how to export from the form into another table. Any help or sugestions would help so much. Thanks!
Lets say there are these three combo boxes and one item box:
Category

Manufacturer: (Pulling from Manufacturer from the Manufacturer Table)
Condition: (Pulling from Condition from Condition table)
Item: Unbound Text box. (User Enters Item here)
Then I would like them to hit a button and it pulls all the data from these fields and throws it into the Inventory table. The inventory table has all these feilds with the exact same name. I dont know how to export from the form into another table. Any help or sugestions would help so much. Thanks!