A family of Microsoft relational database management systems designed for ease of use.
John,
When you say 3 tables are all I need...
__________________
- I created a single Visits Table which will receive, I presume, the data for the Report.
- In the Visits Table I have Field Names only, IDBID], Name, ID, Facility ID, Visits
- I created 28 Visits Tables, The only differences are their names; inside, they are Standard Formatted and empty. I presume the information is going in or through here on the way to the report.
- I created 28 Visits Queries to carry the data to the Visits Table (Singular)
- I created the Facilities Table with the headings of ID, Facility, address – all filled out, I expect this is a reference table.
- I created the Person’s Table, with all the pertinent information, ID, Name, all filled out, I expect this is a reference table.
- Time for the Process
If you are reading this, I am working on the process.