critiera

C

Chey

How do I get the box to appear when i open my report? I want it to ask for
month year so I can type in for example 10/2007.

Thanks
 
J

Jeff Boyce

One approach would be to add a control on the report and set its
ControlSource to something like (untested):

=[enter a mm/yyyy]

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
C

Chey

I have a field in my report that it is suppose to query it by though. I have
done the between dates but I don't need multiple date. I just need one. I
believe I put it in the critiera before.

Thanks

Jeff Boyce said:
One approach would be to add a control on the report and set its
ControlSource to something like (untested):

=[enter a mm/yyyy]

Regards

Jeff Boyce
Microsoft Office/Access MVP


Chey said:
How do I get the box to appear when i open my report? I want it to ask
for
month year so I can type in for example 10/2007.

Thanks
 
C

Chey

I got it to work.

Thanks

Jeff Boyce said:
One approach would be to add a control on the report and set its
ControlSource to something like (untested):

=[enter a mm/yyyy]

Regards

Jeff Boyce
Microsoft Office/Access MVP


Chey said:
How do I get the box to appear when i open my report? I want it to ask
for
month year so I can type in for example 10/2007.

Thanks
 
Top