A family of Microsoft relational database management systems designed for ease of use.
John,
I am better than fine with the concept of three files, and a query on the fly for the Sum.
I am not looking to re-write the book. I am looking to replicate whatever I did before, and I'm sure it was a query that resulted in a successful SUM field in a query.
So here is the leanest set of tables. I hope we can easily construct a SUM Query.
Table: Membership_Masterfile
Fields: ID (Key), PersonID, FacilityID, Visits(number)
(where PersonID is listed for each facility with at least a single visit )
Table: Membership_Facilities
Fields: FacilitiyID (Key), Facility, Address, City, State, Zip
Table: Membership_Person
Fields: PersonID (Key), PersonName
(I know I should have noted the SQL in the Query that gave me the sum before)
(I know you and others have probably told me before how to do it)
One very last time, please.