Hi All and thanks in advance for the help.
I created a database with the following fields :
PatientName which is a text
DateIn which is a date
DateOut which is also a date
If the patient was in on 01/01/2012 and he was out on 10/01/2012 In the format (DD/MM/YYYY) it is so easy to get the names of people between the exact such dates.
How can I get this list of names for patients between 03/01/2012 and 08/01/2012 As you can see that the patient(s) is still in within this period but the database does not show him because I have to provide the exact date. Can you please please help me on this. Thanks.
I created a database with the following fields :
PatientName which is a text
DateIn which is a date
DateOut which is also a date
If the patient was in on 01/01/2012 and he was out on 10/01/2012 In the format (DD/MM/YYYY) it is so easy to get the names of people between the exact such dates.
How can I get this list of names for patients between 03/01/2012 and 08/01/2012 As you can see that the patient(s) is still in within this period but the database does not show him because I have to provide the exact date. Can you please please help me on this. Thanks.