I have:
Consider:
- An Active patient query (discharge date is null) that lists 25 active patients.
- In this query, each patient is assigned to a "doctor". There are 5 patients per doctor, 5 different doctors.
I want:
- Each doctor sees each of their patients daily. So 5 doctors, see their 5 patients on a daily basis, and for the most part all patients get the same charge but also consider, the charge field, is a pick list from a table of charges.
I am not an expert but I think this can be easily done by someone who knows much more than me
- A Form that the doctor can open. Service date defaults to today. (So he doesn't have to enter a date). He sees the list of his patients. He clicks the charge field, and picks the service that was done that day.
- At the end of the day, I want to look at a full list of all visits for the day by all doctors (I don't know if this is a query or table)...so that I can see what each doctor has done....and then if the list is correct, I want it to send the data to a master charge table, a table that keeps track of all visits.
Any help would be appreciated
![]()