lehcarrodan
Registered User.
- Local time
- Today, 00:48
- Joined
- Feb 20, 2017
- Messages
- 11
I'd like to open a report that requires parameter input but only open the report if the query returns values. (It's a sales report)
So I know I can use
If DCount("*", "qryWhatever") > 0 Then ...
but then it seems I need to input the parameters twice? Can I have this check done by the query itself?
Thanks for the help, hope this makes sense! I'm new here haha
So I know I can use
If DCount("*", "qryWhatever") > 0 Then ...
but then it seems I need to input the parameters twice? Can I have this check done by the query itself?
Thanks for the help, hope this makes sense! I'm new here haha