P
PeteCresswell
I'm calling a routine from AfterUpdate that needs to know the latest-
and-greatest value of the field for whom the AfterUpdate is firing.
Normally I would do a DoCmd.DoMenuItem acFormBar, acFile, acSaveRecord
But that breaks down when stepping though the code and FormBar is not
available.
Is there another way to flush that value to the table in VBA?
and-greatest value of the field for whom the AfterUpdate is firing.
Normally I would do a DoCmd.DoMenuItem acFormBar, acFile, acSaveRecord
But that breaks down when stepping though the code and FormBar is not
available.
Is there another way to flush that value to the table in VBA?