I am creating a help desk database.
I am creating a report to pull the tech's work he did within a date range.
The user runs the report and I prompt them for the tech's name and a date range with a form.
I have 3 global variables - Gl_Tech (string), Gl_BeginDate (date), Gl_EndDate (date).
I have...