Sales Reports Dialog Form in Northwind Database

C

chas

Hi Ami,

I assume you are adding a parameter prompt to a query
which underlies your report. To make the parameter ;look
at a value on a form add a reference to the forms textbox
in place of the parameter. For example:

[Please Enter A Value]

becomes

Forms![NameOfYourForm]![NameOfTextBox]

hth

chas
 

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

Top