L
Leo
I need to get annual census of the patients taken care of at a center. The
table of patient has date of admission and date of discharge. In the query
based on this table if I enter the criteria of date of discharge as Is Null
Or >#12/31/2008# it gives me the annual census for the year 2009. (Since it
lists all the patients admitted so far to the center and eliminates all those
who have been discharged as of 12/31/2008 but includes all the patients
discharged this year).
But I need the user input as to which year of census is needed.
I entered in the criteria box of the querry for the field of discharge date
when I enter
[Please enter: Is Null Or >#mm/dd/yyyy#] the query opens and asks for
the user input. But when the I respond by entering
Is Null Or >#12/31/2008#
It flashes error message as type mismatch.
What should I enter, since it is a date field and does not recognize other
characters added through user input?
Please help.
Thanking you
Leo
table of patient has date of admission and date of discharge. In the query
based on this table if I enter the criteria of date of discharge as Is Null
Or >#12/31/2008# it gives me the annual census for the year 2009. (Since it
lists all the patients admitted so far to the center and eliminates all those
who have been discharged as of 12/31/2008 but includes all the patients
discharged this year).
But I need the user input as to which year of census is needed.
I entered in the criteria box of the querry for the field of discharge date
when I enter
[Please enter: Is Null Or >#mm/dd/yyyy#] the query opens and asks for
the user input. But when the I respond by entering
Is Null Or >#12/31/2008#
It flashes error message as type mismatch.
What should I enter, since it is a date field and does not recognize other
characters added through user input?
Please help.
Thanking you
Leo