C
Chuck W
Hi,
I have a table called tblReadmits that has AdmitDate, DischargeDate and
AdmitDate2 as date fields. I created a query with a calculated field called
ReadmitDays which is AdmitDate2 - DischargeDate. I only want a value to show
in this field though if it is between 0 and 30. Otherwise, I want it to be
null. Can someone help with an SQL statement which will do this?
Thanks,
I have a table called tblReadmits that has AdmitDate, DischargeDate and
AdmitDate2 as date fields. I created a query with a calculated field called
ReadmitDays which is AdmitDate2 - DischargeDate. I only want a value to show
in this field though if it is between 0 and 30. Otherwise, I want it to be
null. Can someone help with an SQL statement which will do this?
Thanks,