Hi All,
I have a form with two dates, AdmissionDate and DischargeDate. I have a field for number of days. How can I make the field can filled automatically based on the the admission and discharge dates?
I tried this code for DischargeDate_afterUpdate:
Days = DiscahrgeDate - AdimssionDate
It did not work. Any ideas
George
I have a form with two dates, AdmissionDate and DischargeDate. I have a field for number of days. How can I make the field can filled automatically based on the the admission and discharge dates?
I tried this code for DischargeDate_afterUpdate:
Days = DiscahrgeDate - AdimssionDate
It did not work. Any ideas
George