Preserving Data From Previous Record

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.
 
W

Wayne Morgan

In the form's BeforeUpdate event, set the DefaultValue of the controls you
want to carry over to the current value of those controls.
 
Top