How do I recall a "form" at a later date to complete information

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have inputted data into a "form". However, some of the fields I want to
complete at a later date. I note that if I log out and go back at a later
date the form is not saved. The data is however saved in the table. How do I
save the data in the form format so that I can complete at a later date.
 
If the form is bound to the table, then it will pull up exactly what is in
the table. You can then add/change/delete data.

Either bind your form to the table (or a query), or create a new form that
is bound and use that to edit existing records.
 
Back
Top