Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update Query across 3 tables (one -to - many)

Status
Not open for further replies.

kellyputty

Technical User
Jul 28, 2005
29
0
0
US
The following tables:
Code:
Clients:
ClientID(P autonumber)***
LastName
FirstName
SSNum

AcademicEducations:
ClientID(F , number, long integer)****
HighestObtained
AcademicEducationsID (P autonumber)

Institutions:
ClientID(F , number, long integer)****
Where
StillAttending
InstitutionsID(P autonumber)

When I update anything in the Institutions table AcademicEducations.ClientID looses its value ( it turns to zero from it's previous "correct" value). This results in violating referential integrity. Anyone know why that is?

I think it might be because I have to save the table on the one side of the one-many relationship first. Does anyone know how to do that?

Thanks,
KellyPutty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top