O
ofir
Hello.
My name is Ofir and my problem goes like this.
I use and Update query in ACCESS:
PARAMETERS [time] DateTime;
UPDATE PIT_TAGS SET PT_TIME = PT_TIME + [time]
WHERE YEAR(PT_DATE)=1996;
The problem is that after running this query, when running a SELECT
query it seems that the PT_TIME field is not recognized anymore as a
DateTime field because a simple WHERE query ( somthing like WHERE
(PT_TIME<=[sunrise] OR PT_TIME>=[sunset])) is not giving the right
results while records which weren't updated are giving the right
results.
Does anyone know what might be wrong?
thanks, Ofir
My name is Ofir and my problem goes like this.
I use and Update query in ACCESS:
PARAMETERS [time] DateTime;
UPDATE PIT_TAGS SET PT_TIME = PT_TIME + [time]
WHERE YEAR(PT_DATE)=1996;
The problem is that after running this query, when running a SELECT
query it seems that the PT_TIME field is not recognized anymore as a
DateTime field because a simple WHERE query ( somthing like WHERE
(PT_TIME<=[sunrise] OR PT_TIME>=[sunset])) is not giving the right
results while records which weren't updated are giving the right
results.
Does anyone know what might be wrong?
thanks, Ofir