Hello,
I am setting up my first Access database. I have worked with Access for several years but I have never set one up from scratch. I have attached the current layout of the table/fields.
Unit Contacts Detail Dues UnitID (Primary Key) AutoNumber AutoNumber AutoNumber Unit UnitID (Foreign Key) UnitID (Foreign Key) UnitID (Foreign Key) Address1 ContactName JobClass Year Address2 BusinessType Date City Title ProbPeriod Increase State ContactPhone InitFee FT/PT Zip Phone ReinstFee JobClass CorpAddr1 Fax StartAppl Ded_Mo CorpAddr2 Interaction BillingType StableRate CorpCity Frequency WageBase CorpState DuesCalc Grade CorpZip Step CorpPhone COLA New/Merged ContractExpires Affiliated Scale BA Manager
After looking at the current layout, my questions so far are:
1. Can UnitID (Foreign Key) be used in each table?
2. There are addresses that invoices are mailed to. Some of the addresses are located in the Unit table and others are associated with the contacts? Should I set up a separate table that would contain invoice addresses only? This would duplicate some of the information in the Unit table. Or would I add address information in the contact table? Or do I put all the addresses in one table?
3. Within the Dues table there is a field WageBase. This field will increase each year based on the wage increase. Do I leave this field blank and set up an update query based on the old wage plus the wage increase would equal the new wage?
Thank you for your help!