G
Guest
I have a form that is updated twice/day to reflect equipment status for the
next shift.
When the form is opened, the Form_Open event has:
Me.RecordSource = "qryChemTO_U" & varUnit
DoCmd.GoToRecord , , acLast
How can I open this form, display the most recent information, allow the
user to change the displayed info, AND save the new information as a new
record (without overwriting the old info).
next shift.
When the form is opened, the Form_Open event has:
Me.RecordSource = "qryChemTO_U" & varUnit
DoCmd.GoToRecord , , acLast
How can I open this form, display the most recent information, allow the
user to change the displayed info, AND save the new information as a new
record (without overwriting the old info).