Hi, I finally figured it out using your sample! Thanks!!! BUT....
Using this query in Design View I can run it no problem. But when I go to make a report using it I get the following error message:
"The Wizard is unable to preview your report, possibly because another user has a source table open in exclusive mode. Your report will be opened in design view."
What does this mean? There is nobody else on my computer as it is not hooked up to any network. There are no other users? Why would I be able to view the query in design view but not make any reports?
So it then creates a "report" but when you go to open it...you are unable to and you get this message:
The Specified Field (the name of my table here) could refer to more then one table listed in the FROM clause of your SQL statement.
Whats going on?
I might add that in the Unpaid Date Filter query for the date criteria (report period from/ and report period to) I used:
Between [Start Date] And [End Date]
and not as you said:
Between [forms]![frmSelectDate]![textfrom] And [forms]![frmselectdate]![textto]
I didnt understand that.
Please advise! Thanks!!
Using this query in Design View I can run it no problem. But when I go to make a report using it I get the following error message:
"The Wizard is unable to preview your report, possibly because another user has a source table open in exclusive mode. Your report will be opened in design view."
What does this mean? There is nobody else on my computer as it is not hooked up to any network. There are no other users? Why would I be able to view the query in design view but not make any reports?
So it then creates a "report" but when you go to open it...you are unable to and you get this message:
The Specified Field (the name of my table here) could refer to more then one table listed in the FROM clause of your SQL statement.
Whats going on?
I might add that in the Unpaid Date Filter query for the date criteria (report period from/ and report period to) I used:
Between [Start Date] And [End Date]
and not as you said:
Between [forms]![frmSelectDate]![textfrom] And [forms]![frmselectdate]![textto]
I didnt understand that.
Please advise! Thanks!!