Save Forum

mwieting

Registered User.
Local time
Today, 16:44
Joined
Dec 6, 2014
Messages
11
I am trying to save specific data from a data entry form to a specific depending on what the user selects from a dropdown/combo box.
So if the user selects "test company from the combo box, that data (from that form) will save to the Test company data table. I am guy guessing this can be done through a query but I am new to access so I am not sure.
 
Is the form not based on that table? If not, you will need to use a append/update query depending on your needs. Else, a sql statement will be needed.

We need more details.
 
Mostly the form will be bound to a table or query and any change in the data on the form will directly be saved into the table.
Isn't it the case with your form ?
 
The form is based on a table. Ive attached the file if someone could look at it that would be cool.
 

Attachments

Users who are viewing this thread

Back
Top Bottom