Hi,
I need a formula to select records that dated between
Jan. 1, 2004 and Feb. 29, 2004.
The field I am using is "Open Date" which is defined as a
numeric field.
We use this formula to convert the date:
DateAdd ("s",({call_req.open_date}-21600),#1/01/1970#)
I created this formula:
({@Open Date} >= (DateSerial (2004, 1, 1)))
and
({@Open Date} <= (DateSerial (2004, 2, 29)))
I then used the formula in the record selection, but no
records were returned.
There are definitely records since this is a help desk
database.
Any help would be appreciated. I'm using CR9 with SQL
Server db.
Thanks,
rorymo
I need a formula to select records that dated between
Jan. 1, 2004 and Feb. 29, 2004.
The field I am using is "Open Date" which is defined as a
numeric field.
We use this formula to convert the date:
DateAdd ("s",({call_req.open_date}-21600),#1/01/1970#)
I created this formula:
({@Open Date} >= (DateSerial (2004, 1, 1)))
and
({@Open Date} <= (DateSerial (2004, 2, 29)))
I then used the formula in the record selection, but no
records were returned.
There are definitely records since this is a help desk
database.
Any help would be appreciated. I'm using CR9 with SQL
Server db.
Thanks,
rorymo