G
Guest
Using Access 2000.
Okay, sometimes I'll write a query that has date parameters, something like
"select * from table where [process_date] between [select start date] and
[select end date]"
[select start date] and [select end date] are parameters where the user
enters the start/end dates.
I've done this query before, no problems. However, on one particular query,
it'll ask the user to supply the start and end dates 3 times. It doesn't
always do this. When I compact the db, it goes back to the regular asking 1
time. But then it goes back to asking 3 times after running the query.
I doubt if this is a query design problem. If it was, the error would be
consistent, but it's not. I'm assuming it's some sort of bug and am wondering
if anyone else has come across it.
Thanks!
-Mark
Okay, sometimes I'll write a query that has date parameters, something like
"select * from table where [process_date] between [select start date] and
[select end date]"
[select start date] and [select end date] are parameters where the user
enters the start/end dates.
I've done this query before, no problems. However, on one particular query,
it'll ask the user to supply the start and end dates 3 times. It doesn't
always do this. When I compact the db, it goes back to the regular asking 1
time. But then it goes back to asking 3 times after running the query.
I doubt if this is a query design problem. If it was, the error would be
consistent, but it's not. I'm assuming it's some sort of bug and am wondering
if anyone else has come across it.
Thanks!
-Mark