Write data to tables

remcopeters

Registered User.
Local time
Today, 05:04
Joined
Dec 3, 2012
Messages
31
I have got a form with multiple textboxes and comboboxes.
These boxes get their data either by manual input from users or from other tables.
The data from the boxes should be written to other tables with the push of a button.

How can I do this?
 
Try to do this via query, (append query, or update query).
 

Users who are viewing this thread

Back
Top Bottom