T
TAT
Hello,
I was hoping someone could help me with the following SQL script in putting
in a Data Access Page. It works in Access but not my web page.
Thanks for your help.
SELECT Sheet1.HRIS, Sheet1.PW, Sheet1.Points
FROM Sheet1
WHERE (((Sheet1.HRIS)=[Enter HRIS]) AND ((Sheet1.PW)=[Enter Password]));
I was hoping someone could help me with the following SQL script in putting
in a Data Access Page. It works in Access but not my web page.
Thanks for your help.
SELECT Sheet1.HRIS, Sheet1.PW, Sheet1.Points
FROM Sheet1
WHERE (((Sheet1.HRIS)=[Enter HRIS]) AND ((Sheet1.PW)=[Enter Password]));