-----Original Message-----
Open your query page, switch to Code view, and add the following right
after the <body> tag.
<p><%=request("nameoftextbox1")%></p>
<p><%=request("nameoftextbox2")%></p>
where nameoftextbox1 and nameoftextbox2 are the names that appear
when,
in the first page, you right-click the text boxes and choose Form
Field Properties.
Having does this and saved the page, running a query should display
the two text box values at the top of the query page. If the values
appear blank on the second page, then the problem is on the first
page. If the values appear correctly, then the problem is on the query
page.
Once you have this information, post it to this thread.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
"Jim Wilson" <
[email protected]> wrote