I'm watching Calendar Video For at the 10:20 mark. I keep getting the error message "The expression is typed incorrectly, or it is too complex to be evaluated...". I'm running on the new Access 2016
My info: SELECT CalendarID, EmployeeName FROM CalendarQ WHERE DateTime>=Forms!DatePickerF!StartDate AND DateTime Everything works perfect until I modify to include the StartDate+1. Any help would be awesome
Reply from Alex Hedley:
Should it not be "SELECT CalendarID, EmployeeName FROM CalendarQ WHERE DateTime>=#" & Forms!DatePickerF!StartDate & "# AND DateTime ..." It's been a while since I did this Seminar.