Data Access Page with queries

B

Brennan

I am building a Data Access Page and I have a couple list boxes. I want one
list box to update the other. With forms, I would put the following into the
criteria field in the query:

Forms![formname]![listname]

What is the syntax for the same line, but with a data access page?

??????![dataaccesspagename]![listname]
 
Top