Moving from one Data Access Page to another

G

Guest

Is it possible to put a command button on one data access page to move to
another. I will be putting together a survey page and would like to have the
users move from one page to another after a series of questions are answered.
It is easy to do with forms but I can't see how to do it with data access
pages.
 
K

Ken Snell [MVP]

You'll need to read up on VBScript language.

Essentially, you use the Window object and do a Navigate method; you must
give the URL with it.

Window.Navigate(URL)
 

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