deer777
asked on
MS Access 2003 Form Pushing Data to Table
I have a form with bound pull down text fields (from several different tables) that I want to push into one record into one table in the database. Most are text boxes and some are automatic calendar boxes.
Example: Form1 with txtName, txtaddress, txtDate, txtCity (all drop downs come from separate tables)
Want to push all of these fields into one record into tblTable that contains all of the same fields shown on Form1 with Add button on form.
Example: Form1 with txtName, txtaddress, txtDate, txtCity (all drop downs come from separate tables)
Want to push all of these fields into one record into tblTable that contains all of the same fields shown on Form1 with Add button on form.
is your form unbound or is it bound to the table where you want to insert the record?
ASKER
It is unbound
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.