rikklaney1
Registered User.
- Local time
- Today, 05:23
- Joined
- Nov 20, 2014
- Messages
- 157
I have a question about time. This works....
If Me.autotime.Value = #7:00:00 am# Then
DoCmd.OpenForm "startup"
but this doesn't.....
If Me.autotime.Value = Me.Ctl1shiftstart.Value Then
DoCmd.OpenForm "startup"
even though me.ctl1shiftstart.value is 7:00:00 am.
What is the reason for one working but not the other?
If Me.autotime.Value = #7:00:00 am# Then
DoCmd.OpenForm "startup"
but this doesn't.....
If Me.autotime.Value = Me.Ctl1shiftstart.Value Then
DoCmd.OpenForm "startup"
even though me.ctl1shiftstart.value is 7:00:00 am.
What is the reason for one working but not the other?
Last edited: