Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

Access Data Pages/query

Question posted by: adragton (Newbie) on March 28th, 2008 12:46 PM
I have an Access Data Page created from saved Query with a WHERE clause.

I DO NOT want the standard popup window to appear, but pass a value from another page.

Example-
Page 1 - Login(html or asp)
Page 2 - ADP retrives the login parameters and executes the WHERE query
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
jeffstl's Avatar
jeffstl
Expert
349 Posts
April 1st, 2008
04:08 PM
#2

Re: Access Data Pages/query
Quote:
Originally Posted by adragton
I have an Access Data Page created from saved Query with a WHERE clause.

I DO NOT want the standard popup window to appear, but pass a value from another page.

Example-
Page 1 - Login(html or asp)
Page 2 - ADP retrives the login parameters and executes the WHERE query


I am not clear on what you need exactly. Please show more code or state the specific error or problem you are having.

To get the value of a form value on a page you have your form set to post to this is the syntax:

Code: ( text )
  1. dim MyFormValue
  2. MyFormValue = request.form("txtLogin")

Reply
Reply
Not the answer you were looking for? Post your question . . .
173,515 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Top ASP Forum Contributors