Preserving Data From Previous Record

  • Thread starter Thread starter Outpost
  • Start date Start date
O

Outpost

I have a form with the property set for Data Entry. I am hoping to
preserve some of the information from the previous record. Can you
select the combo boxes to retain the previous records data? TIA.
 
In the form's BeforeUpdate event, set the DefaultValue of the controls you
want to carry over to the current value of those controls.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top