Forums
This topic is locked
Sql.. Is this do able
19 Mar 2004 13:41:06 phil C posted:
SETUPaccess 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 Ultra derv Forum)
Replies
Replied 20 Mar 2004 20:57:23
20 Mar 2004 20:57:23 Phil Shevlin replied:
dbl post - ansered in SQL forum