critiera

  • Thread starter Thread starter Chey
  • Start date Start date
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
 
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
 
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
 
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
 

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

Similar Threads

formula 28
auto prompt 3
Excel Vba to change displayed year automatically. 14
Query 1
like[]* 2
Counting of Check boxes 8
Date Range Query 6
Using Parameter Queries ?? 4

Back
Top