View Full Version : Parameters


fordy
03-16-2002, 05:20 AM
If i set a paremeter query, how do I get the
selected paremeter that the user has chosen to show in a report

I know the sql for dates - beggining and end
but not others

Graham T
03-18-2002, 04:11 AM
Use unbound text boxes in your report.

Enter the parameters for example, as entered into your query:

=[Enter Start Date]

This will insert what the user has entered as their parameter.

HTH