Conditional Macros

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know you can run a macro depending on whether a condition is met in a form
or not....but how about a table or query ?

I send out reports to a huge group of people on a monthly basis. Sometimes
their reports contain no data and shouldn't be sent...is there a way to not
send the report if it's blank ?

Thanks for reading
 
Sure... use the DCount function to test if there are records .. use this as
the Condition expression.
 
perfect...thanks very much Ken !!!!


Ken Snell said:
Sure... use the DCount function to test if there are records .. use this as
the Condition expression.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top