Data Access Page question

A

Azzna

Hello All:

We are trying to create a data access page with a drop down select
list that is populated by a query. When that button has a value, a
button can be pressed to run a query based on the value of the drop
down select list. The problem we are running into (my co-worker and
I) is that we can't seem to reference the value of the drop down in
our query. I know if this were a form we would use: [Forms]!
[FormName]![Field Name]

However, that doesn't seem to work with our data access page. Does it
matter where the data access page is stored? Is this even something
we can do with the data acces page? Any help would be greatly
appreciated.

Thank you!
 
Top