Hello
I have a problem when i try to select data in a certain range... here goes some part of my code :
if Month(timestamp) = Month(Now)-1
AND
DateTime(timestamp) Not in DateTime(Date(Now),Time(00,00,00)) to DateTime(Date(Now)-Date(00,01,00), Time(05,00,59))
<then display field>
Of course CR does not accept this "not in", only "in"...
Otherwise should I try to write a code which would mean : "display all fields, unless they're 'in' that range" ???
If it's unclear, just tell me and i'll try to explain more
Thanks in advance
Bob
I have a problem when i try to select data in a certain range... here goes some part of my code :
if Month(timestamp) = Month(Now)-1
AND
DateTime(timestamp) Not in DateTime(Date(Now),Time(00,00,00)) to DateTime(Date(Now)-Date(00,01,00), Time(05,00,59))
<then display field>
Of course CR does not accept this "not in", only "in"...
Otherwise should I try to write a code which would mean : "display all fields, unless they're 'in' that range" ???
If it's unclear, just tell me and i'll try to explain more
Thanks in advance
Bob