G
Guest
Hi,
This forum is wonderfull. I got all my questions anwered, but I got another
one.
I have two linked tables by ID MAIN and ENCOUNTER
I have created a form using MAIN table and used subform function to list
date from ENCOUNTER table for that ID. I have multiple encounters for each ID
(patients). I export ahead of time the list of patients that would be coming
on particular day to both MAIN and ENCOUNTER tables. Duplicate values are
filtered out of MAIN table, so there are no duplicate records for one
patients. Patients have multiple visits, so ENCOUNTER contains multiple
entries for the same ID with different date
Now, I would like to filter my MAIN table to show only patients that are
scheduled to arrive on particular date. I do not want to limit myself to
today [Date()]. The date of the next visit is entered in ENCOUNTER table,
but not in MAIN table.
Is it possible to accomplish?
Thanks
This forum is wonderfull. I got all my questions anwered, but I got another
one.
I have two linked tables by ID MAIN and ENCOUNTER
I have created a form using MAIN table and used subform function to list
date from ENCOUNTER table for that ID. I have multiple encounters for each ID
(patients). I export ahead of time the list of patients that would be coming
on particular day to both MAIN and ENCOUNTER tables. Duplicate values are
filtered out of MAIN table, so there are no duplicate records for one
patients. Patients have multiple visits, so ENCOUNTER contains multiple
entries for the same ID with different date
Now, I would like to filter my MAIN table to show only patients that are
scheduled to arrive on particular date. I do not want to limit myself to
today [Date()]. The date of the next visit is entered in ENCOUNTER table,
but not in MAIN table.
Is it possible to accomplish?
Thanks