A
Ann
I need help with setting up a macro Do..Loop Until
(condition) so that users can't bypass Checking Out
Trailers into the db without "Checking Out" previous
instance of the same Trailer already in the database.
Such as Trailer 489 Checked In on 8/15/04 pm.
2 Days later, Trailer 489 is back again to be Checked In
on 8/17/04 am, but it was never Checked Out on 8/15/04.
Currently, I have a macro set up as
Macro Name: Check TrailerID
Condition[Check In Subform]![Date and Time Out]Is Null])
Action: OpenForm ...; Form is called [Check Out]
....RunMacro
....MsgBox
I would like for the Do..Loop Until macro to Repeat until
the users goes into the Check Out form and actually
Checks Out Trailer 489 from 8/15/04, before they can
Check In the Trailer on 8/17/04.
Please advise. Thanks.
(condition) so that users can't bypass Checking Out
Trailers into the db without "Checking Out" previous
instance of the same Trailer already in the database.
Such as Trailer 489 Checked In on 8/15/04 pm.
2 Days later, Trailer 489 is back again to be Checked In
on 8/17/04 am, but it was never Checked Out on 8/15/04.
Currently, I have a macro set up as
Macro Name: Check TrailerID
Condition[Check In Subform]![Date and Time Out]Is Null])
Action: OpenForm ...; Form is called [Check Out]
....RunMacro
....MsgBox
I would like for the Do..Loop Until macro to Repeat until
the users goes into the Check Out form and actually
Checks Out Trailer 489 from 8/15/04, before they can
Check In the Trailer on 8/17/04.
Please advise. Thanks.