A family of Microsoft relational database management systems designed for ease of use.
I'm running into a "Duplicate output Destination in FacilityID" error as I attempt to append two or more files to the Visit table.
I think the Keys are causing conflict (obviously, I lack a basic understanding that I hope to learn here)
I neglected to mention the Visit table is also created as you can see below.
28 (differently named) Visit tables,
With the following fields:
FacilityID, PersonID(Key), PersonName, Visits
1 Facility table
With the following fields
FacilityID (Key), Facility, Address, City, State, Zip
1 Person table
With the following fields
PersonID, PersonName
1 Visit table
With the following fields
VisitID (Key), FacilityID, PersonID, PersonName, Visits