I was wondering if there was a better way to organise the data that I have. It is part of an App which is in Access 97 and Im redesigning for either VB6 and Access 2000 or going MS Access 2016-21 which I have installed.
Form 1 (All in a cascading one to many relationship)
- Category (Form ID, Category Name, X, Y)
--Sub Category (FormID, Category ID, X, Y)
---Factor 1 (FormID, CategoryID, SubCategoryID, X, Y)
---Factor 2 etc
Now I want to print the Form Data with the factors and have people input values into a Forms_Factors_Jobs Table.
Project
-Jobs
--Forms_Factors_Jobs
But it gets to the point where the Factors used in the form need programming to assign to the Forms_Factors_Jobs.
Any ideas?