Printing Problem

bacardi451

Registered User.
Local time
Today, 18:26
Joined
Mar 20, 2002
Messages
33
Hi,
I have a form that i have built thru a query I have a print button that prints the report for the form. There is a date text box were it has "mm/dd/yyyy - mm/dd/yyyy". Evertime I print, It request the date thats in the box. I was wondering if there is a way to make it print without asking for the date (parameter value). If I take out the parameter value it will print all the records in there which are 250

Thanks in advance
Al
 
Try putting a text box on your report then in the control source click the button on the RHS and select the field on your form through forms - loaded forms - yourformname - yourfieldname.
This will bind the text box directly to that field on your form.
PS you may have to set the format to the type of date on the text box.
HTH
Dave
 
Just a thought. Are the date fields tied to your query in some way. Sometimes if you put the incorrect info in the query access will ask for the parameter
 

Users who are viewing this thread

Back
Top Bottom