G
Gcood
Guest
I am trying to create a shift scheduler for my worksite. I have a form with the calendar on it. I have managed to create code that limits the dates that can be scheduled. This is done in Before Update. What I need now is to go to the record based on the date chosen on the calendar.
I've tried using:
[Date].value = [Calendar].value
This did change the date field to the calendar date chosen, but it did not go to the record associated with that date.
What am I missing here?
I've tried using:
[Date].value = [Calendar].value
This did change the date field to the calendar date chosen, but it did not go to the record associated with that date.
What am I missing here?