Data Access Pages from queries

A

Amateur

-I have a query with different customers in it.
-Out of this query I needed to build seperate queries for some customers
(which I did)
-That means : Now I have seperate queries with the same information for
different customers.
------------------ so far - so good ----------------
-Now, I buided a data access page for one specific customer based on one
seperate query.
-I need to build for every seperate customer query the same layout of the
data access page.

I don't want to create every data access page new - but - copy an existing
one, rename it and change the data source.
???? How and where do I have to change the data source for the new data
access page???????
 
A

aaron.kempf

DAP are really really powerful

but you're going to have to know how to write DHTML to get anything
done

all you do is like apply a filter; i swear it's like the FILTER method
of the DSC

-aaron
 
Top