Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting data into table

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello,

Is there an easy way of getting data from a form into a table without using ADO, or DAO?

I have one combo box and one textbox on the form and the data needs to be appended into a table

thanks

Kris
 
Is your form bound to a table? If so, it will automatically update the underlying table without any extra VBA code.

Just set the record source of your form and the record source of the combo box and text box. Maq B-)
<insert witty signature here>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top