I am using Access 2003 to try to make a small database example to play with for a later bigger project. Here is how the database is set up:
tblProject
-fldProjPK
-fldProjNum
-fldProjNam
-fldProjContNum
tblIntermediate
-fldIntPK
-fldIntProjFK1
-fldIntProjFK2
tblProject_1
This is a virtual...