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.
 
Back
Top