Murley
03-20-2002, 05:55 AM
ok, I can query changes for the month using the expression that David supplied to me;
Between DateSerial(Year(Now()),Month(Now())-1,1) And DateDiff("d",1,DateSerial(Year(Now()),Month(Now()),1))
But I have two Fields call 'Released date' and 'Date of update', so it as to query both fields and print it to the same datasheet view.
I can query one or the other field but not both at the same time.
Can someone till me what i'm doing wrong?
Thanks,
Murley http://www.access-programmers.co.uk/ubb/smile.gif
Between DateSerial(Year(Now()),Month(Now())-1,1) And DateDiff("d",1,DateSerial(Year(Now()),Month(Now()),1))
But I have two Fields call 'Released date' and 'Date of update', so it as to query both fields and print it to the same datasheet view.
I can query one or the other field but not both at the same time.
Can someone till me what i'm doing wrong?
Thanks,
Murley http://www.access-programmers.co.uk/ubb/smile.gif