jmurrayhead
Programmer
I have an access database that I want to create a query form for. I'm not sure how to do it. I want it to have default values in it based on session variables that I have set.
For example, First Name: <textbox value="<%=Session(appName&"x_firstname")%>"></textbox> Last Name: <textbox value="<%=Session(appName&"x_lastname")%>"></textbox>
Then they click the submit button and it retreives all records with the first and last name present.
All help is appreciated. Thanks
For example, First Name: <textbox value="<%=Session(appName&"x_firstname")%>"></textbox> Last Name: <textbox value="<%=Session(appName&"x_lastname")%>"></textbox>
Then they click the submit button and it retreives all records with the first and last name present.
All help is appreciated. Thanks