Write data to tables (1 Viewer)

remcopeters

Registered User.
Local time
Today, 07:12
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?
 

MStef

Registered User.
Local time
Today, 15:12
Joined
Oct 28, 2004
Messages
2,251
Try to do this via query, (append query, or update query).
 

Users who are viewing this thread

Top Bottom