Saving data from a form to a table
Saving data from a form to a table
(OP)
Hi, I'm just beginning so bear with me...I'm wondering how I get data from the form I created into an existing table I have.
thanks!
thanks!
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Contact USThanks. We have received your request and will respond promptly. Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
Saving data from a form to a table
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Saving data from a form to a table
RE: Saving data from a form to a table
RE: Saving data from a form to a table
Create a table (if you haven't already) that has matching field names of the form.
Then with the form in design mode, click on the upper, left corner of it and then select the properties button. There you will find a field for Record-Source. Click the drop down button and select the table you want.
You will have to go to each field and associate it with the name of the field in the table so the data will populate the record.
You should always create a table to store data before you create the form. Then when you create the form, you can immediately link the table and the fields will show up available for placing on the form.