reports in VBA

N

NagaKiran

Hi

I am working on VBA reports.
I am able to generate reports based on database tables.
I want to generate last 7 days report.
Where can I specify this constraint?
How to generate the reports which has last 7 days
information?

thanks

bye
 
C

Chad DeMeyer

NagaKiran,

I assume that there is some date field in the database tables that you can
use for this. In that case, you should handle this in the SQL statement you
use to get a recordset to confine that recordset to records with a date
within the desired range.

Regards,
Chad
 

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

Top