Reporting Function

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

Guest

I am trying to create a summary report that includes a date field. However
only some of the fields are populated. Is there an if then statement in a
queery that will only admit the fields with a date?

Thanks,

Neal
 
Neal said:
I am trying to create a summary report that includes a date field.
However only some of the fields are populated. Is there an if then
statement in a queery that will only admit the fields with a date?

I'm not sure what you're looking for, exactly, but you can certainly set
your report's recordsource query to include only those records WHERE
[YourDateField] IS NOT NULL .
 

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