Hi,
I am using a simple query...
SELECT * FROM PerfectAttendance
PerfectAttendance is a query I have saved. I run this query prior to selecting all from PerfectAttendance using the following...
sSQL = "Exec PerfectAttendance #" & Format(dtFromDate, "yyyy/mm/dd"
& "#, #" & Format(dtFromDate, "yyyy/mm/dd"
& "#, " & nYear_ID & ", " & iNumClockIns
The problem is that when I select all from PerfectAttendance I am prompted again for the parameters, which is no use to me.
How can I get around this?
Thanks,
Robin
I am using a simple query...
SELECT * FROM PerfectAttendance
PerfectAttendance is a query I have saved. I run this query prior to selecting all from PerfectAttendance using the following...
sSQL = "Exec PerfectAttendance #" & Format(dtFromDate, "yyyy/mm/dd"
The problem is that when I select all from PerfectAttendance I am prompted again for the parameters, which is no use to me.
How can I get around this?
Thanks,
Robin