L
Laura1 via AccessMonster.com
I have two date fields. The underlying data has them stored as the following:
Sales Event date: 1/6/2009
Created date:1/6/2009 5:09:23 PM
I have converted both of them to short date and did this calculation SEV-
CREDATE: Int(Tbl_CMO_SLS_CT_STATUS![Sales Event Date]-Tbl_CMO_SLS_CT_STATUS!
[Created Date])
It is still taking into consideration the time in the created date field.
Can anyone help. I just one a single number. The calculation for the above
should be 0 I am getting -1 because of the time.
Sales Event date: 1/6/2009
Created date:1/6/2009 5:09:23 PM
I have converted both of them to short date and did this calculation SEV-
CREDATE: Int(Tbl_CMO_SLS_CT_STATUS![Sales Event Date]-Tbl_CMO_SLS_CT_STATUS!
[Created Date])
It is still taking into consideration the time in the created date field.
Can anyone help. I just one a single number. The calculation for the above
should be 0 I am getting -1 because of the time.