I have the following 3 tables:
Project Table = contains a unique Project_ID and Project_Name
FieldNames Table = contains a unique Field_ID, Field_Name (EG: CustName, Cust St, ContractAmt, etc) and Field TYPE there are about 65 fields for each project. All the data is stored as text (even...