T
Torgenation
Here's what I am trying to do - I have a report that I'd like to be able to
run based on a low and high date range. I enter the two dates on my form
into text boxes. I was able to filter two other reports this way in the
command button that opens the report (Report_Blahblah.Filter = "[Complete By]
But in my new report this doesn't work. I get an Object Required error.
When I type Report_Blahblah and then the dot, VBA doesn't starting
Autofilling (like it's not an object), and from the VBA code window, Project
Explorer window, my report does not show as a Microsoft Class Object. In
fact most of my reports don't.
Is my database corrupted?
run based on a low and high date range. I enter the two dates on my form
into text boxes. I was able to filter two other reports this way in the
command button that opens the report (Report_Blahblah.Filter = "[Complete By]
= #" & stDateLow & "# AND [Complete By] <= #" & stDateHigh & "#").
But in my new report this doesn't work. I get an Object Required error.
When I type Report_Blahblah and then the dot, VBA doesn't starting
Autofilling (like it's not an object), and from the VBA code window, Project
Explorer window, my report does not show as a Microsoft Class Object. In
fact most of my reports don't.
Is my database corrupted?