I've searched the forum, and i cant find a thread that helps me on this particular problem.
I am using access 2000. I have set up a query that filters dates from the current system date.
I want to say something like:
How would i go about it? Thanks for your time.
I am using access 2000. I have set up a query that filters dates from the current system date.
I want to say something like:
Code:
If my query has no records in it, then me.form.recordsource = "Table1"
If my query has records in it (Else) then me.form.recordsource = "Table1 Query"
How would i go about it? Thanks for your time.