New Record from Form to Table

patlsu02

New member
Local time
Today, 14:30
Joined
Apr 4, 2011
Messages
1
I'm running into some problems with either linking or coding for my forms. I'm trying to save information from a form to a table called ContactInformation. It starts with a main form that has buttons linked to other forms. One of the buttons "Add Contact" opens the form Add Contact where textboxes allow information to be added such as email, firstname, lastname, dob, etc. I have two buttons at the bottom of this form (One which I hope will save the information on click to the table and the other to exit, which I figured out). I'm having coding problems with the on_click command for the save button to take the data that was input into the textboxes and saving them to the table. Is there an example on how to do this? I have the textboxes unbound at the moment. And I would also like the information from the table to come up into another form Contacts.
 
If you bind the textboxes into the fields you want to enter data into, and open the form in add view using a Macro, I think you should be able to use that part of the form as a standard data entry form.
 

Users who are viewing this thread

Back
Top Bottom