Reply to Message

Default values - Access Form
I would create an unbound form, set the Tag property of each text box to the field name of the table to which the information is being added. Place a "Save" button on the form that when clicked would scrape the values - via VBA code - from the text boxes and save them to the corresponding fields in the target table. The user-entered information will remain in the form's text boxes until the user manually changes/clears them or until the form is closed.
Posted by jswed
25th Oct 2011