Dates seem to be the bain of my life at the moment
I have to calculate the amount of time that a patient is spending on a ward when they are fit enough to go home. This I managed by using
=Now()-([DATE MEDICALLY FIT])
Now they need to calculate the amount of time they are spending in the bed fit to go home minus the days that they became unwell
I used
=Now()-([DATE MEDICALLY FIT])-[PATIENT UNFIT TO]--[PATIENT UNFIT FROM]
which gives me the correct figure.
The problem is that on reporting the second formula only gives me a figure in the box if the Patient Unfit to and Patient unfit from fields are filled in. Is there a way to tell the computer that I want a date in the box whether these dates have something in them or not!
Thank you for your help.
MANDI
as usual!
I have to calculate the amount of time that a patient is spending on a ward when they are fit enough to go home. This I managed by using
=Now()-([DATE MEDICALLY FIT])
Now they need to calculate the amount of time they are spending in the bed fit to go home minus the days that they became unwell
I used
=Now()-([DATE MEDICALLY FIT])-[PATIENT UNFIT TO]--[PATIENT UNFIT FROM]
which gives me the correct figure.
The problem is that on reporting the second formula only gives me a figure in the box if the Patient Unfit to and Patient unfit from fields are filled in. Is there a way to tell the computer that I want a date in the box whether these dates have something in them or not!
Thank you for your help.
MANDI
