Hello,
I could use some help on the following code and event
I wish to run this when a Certain form opens, and everyday at 7:00 am.
Run query
If query returns results display query (or another form)
Else Exit Form
I tried running something like
IIf (testquery <> Empty, 1, 0)
But it always returns testquery is empty.
Anyhelp would be appriciated
Thank you,
Derek L
I could use some help on the following code and event
I wish to run this when a Certain form opens, and everyday at 7:00 am.
Run query
If query returns results display query (or another form)
Else Exit Form
I tried running something like
IIf (testquery <> Empty, 1, 0)
But it always returns testquery is empty.
Anyhelp would be appriciated
Thank you,
Derek L