maureenmooney
Programmer
hi,
i have ACCESS tables that are linked to oracle database and the queries with dates will not execute. i put hard brackets around the date in the sql script, yet a pop up window still asks for the date when i run the query:
SELECT SURGERY.PTID, SURGERY.PTINIT, SURGERY.SURGDATE
FROM SURGERY
WHERE (((SURGERY.SURGDATE)<[#8/1/2000#]))
ORDER BY SURGERY.PTID;
obviously, i want the query to run withouth asking for the date. can anyone help??
thanks!
i have ACCESS tables that are linked to oracle database and the queries with dates will not execute. i put hard brackets around the date in the sql script, yet a pop up window still asks for the date when i run the query:
SELECT SURGERY.PTID, SURGERY.PTINIT, SURGERY.SURGDATE
FROM SURGERY
WHERE (((SURGERY.SURGDATE)<[#8/1/2000#]))
ORDER BY SURGERY.PTID;
obviously, i want the query to run withouth asking for the date. can anyone help??
thanks!