B
bladelock
Good day,
I want to create a query that will consist of three fields: AdmDate,
DischDate, and NoDays.
AdmDate will have dates of admission
DischDate will have dates of Discharges
NoDays will be a subtraction of AdmDate-DischDate.
How can I make the query calculate all data that are both fields to populate
in the NoDays fields. Example
AdmDate DischDate NoDays
01/01/2009 01/01/2009 1
02/05/2009 02/10/2009 5
05/20/2009 05/29/2009 9
So on. I can manually do but there are too many records!!
Thanks
I want to create a query that will consist of three fields: AdmDate,
DischDate, and NoDays.
AdmDate will have dates of admission
DischDate will have dates of Discharges
NoDays will be a subtraction of AdmDate-DischDate.
How can I make the query calculate all data that are both fields to populate
in the NoDays fields. Example
AdmDate DischDate NoDays
01/01/2009 01/01/2009 1
02/05/2009 02/10/2009 5
05/20/2009 05/29/2009 9
So on. I can manually do but there are too many records!!
Thanks