My problem is this:
Table 1 contains: PIN, Name, Section
Table 2 contains: Name, Section, ID
Table 3 contains: ID, project name
Table 1 is current personnel, table 2 is personnel who've worked on a project, table 3 is a project listing.
I'm trying to create a way that when a record from table 1 is displayed in my form, info from table 2 can be updated and in turn update info in table 3. I've tried several different join queries but after each one, they make the data un-updateable.
I know table 2 is basically a redundant table but I need it to store the data for history purposes.
Table 1 contains: PIN, Name, Section
Table 2 contains: Name, Section, ID
Table 3 contains: ID, project name
Table 1 is current personnel, table 2 is personnel who've worked on a project, table 3 is a project listing.
I'm trying to create a way that when a record from table 1 is displayed in my form, info from table 2 can be updated and in turn update info in table 3. I've tried several different join queries but after each one, they make the data un-updateable.
I know table 2 is basically a redundant table but I need it to store the data for history purposes.