I am having Access enter a "check-in" date based on a planned start date entered by user. The check-in date is 30 days after the planned start date and on different days of the week and at different times depending on the location of the check-in.
This is on the before update event of a form. The function returns a Tuesday, which is correct, and the date returned is correct. I cannot figure out how to get the time in!
If Me.Referring_Branch = "East" Then
Me.CheckIn = dhSecondDayInWeek([Activity - Planned Start] + 30 ????????? - 3:00:00 PM
End If
Thanks for any help you can provide!