Forums

This topic is locked

SQL is this do able

Posted 19 Mar 2004 13:42:05
1
has voted
19 Mar 2004 13:42:05 phil C posted:
SETUP
access database site with 2 tables, users & casedata

using a simple statment below how can i replace the variable 'Manchester' from a field in the users table as the page loads.

i donot want the link from the previous page to contain any search critera ie:
/results.asp?office=manchester

i only want the link to be /results.asp and the critera taken from the database as the page loads.

SELECT *
FROM casedata
WHERE office = 'Manchester'


(cross posted into SQL Forum)

Replies

Replied 20 Mar 2004 20:59:08
20 Mar 2004 20:59:08 Phil Shevlin replied:
triple posted - answered in sql forum
Replied 22 Mar 2004 00:41:12
22 Mar 2004 00:41:12 phil C replied:
Thnaks for help

used session variable on login page to hold info, seems to work ok.

Reply to this topic