value store into table

cmw

Registered User.
Local time
Today, 08:04
Joined
Jan 21, 2008
Messages
46
I want form textbox values assigned into a table from save button click event, and I fetch table value into textbox from form_load event. I am using unbound form. How will do it?
 
You can either use VBA, or default values using dlookup to get the initial values.
To update, you either need to create an append and or update query that reads the values from the form, or handle it in VBA.

basically
 

Users who are viewing this thread

Back
Top Bottom