query parameters displayed in Forms

  • Thread starter Thread starter Lee Harwell
  • Start date Start date
L

Lee Harwell

My form is based on a query requiring you to add the
parameters search criteria.

I would like the header of my form to display those
parameters so that I can see what actually was requested
in the query. How do I do this?
 
Set a textbox equal to your Parameter query block, such as [Enter Username].
The textbox's control source would be =[Enter Username]
 
Your suggestion did not work.

I set the textbox's control source to

=[Enter 1st No]

but only got the error msg. #NAME?

My total Query parameter is:

Between [Enter 1st No] And [Enter 2nd No]

Also, would I need Two separate text boxes to make both
parameter show up or can they both be made part of the
same text box.

Thanks

-----Original Message-----
Set a textbox equal to your Parameter query block, such as [Enter Username].
The textbox's control source would be =[Enter Username]


Lee Harwell said:
My form is based on a query requiring you to add the
parameters search criteria.

I would like the header of my form to display those
parameters so that I can see what actually was requested
in the query. How do I do this?


.
 
Back
Top