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.