Combo boxes and report generation

  • Thread starter Thread starter musharaf
  • Start date Start date
M

musharaf

This is a little software for a drug rehabilation center.

I will have the drug abusers record and the date of entry and exit. I am
using combo boxes for the dates fields.

So in an empty form I put the two fields and a button named Preview. Now when
I press Preview it should open up a report and show the records of that
particular month and year coz there is data for 3 years.

Please help.
 
Hi Musharaf - create a Report based on the same Query you are using for your
form. Create a single line macro using the OpenReport command. Create your
Command button and attach this macro to it from the Misc section. You may
need to teak it a bit but this is the very easiest way. Yours - Dika
 
can u explain it a bit further...

Kernow said:
Hi Musharaf - create a Report based on the same Query you are using for your
form. Create a single line macro using the OpenReport command. Create your
Command button and attach this macro to it from the Misc section. You may
need to teak it a bit but this is the very easiest way. Yours - Dika
This is a little software for a drug rehabilation center.
[quoted text clipped - 6 lines]
Please help.
 
Back
Top