Link to home
Create AccountLog in
Avatar of deer777
deer777Flag for United States of America

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.
Avatar of frankytee
frankytee
Flag of Australia image

is your form unbound or is it bound to the table where you want to insert the record?
Avatar of deer777

ASKER

It is unbound
ASKER CERTIFIED SOLUTION
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer