ACCESS RELATIONSHIP AND QUERY CAN'T EDIT

aj.ajuzzz

New member
Local time
Today, 10:42
Joined
Jan 27, 2021
Messages
2
Capture.JPG

I have set relationship like this i can't edit in query shows error as like this

when editing WO or Project_ID from table WorkOrders error like this
Capture2.JPG

When editing ID from table Projects error shows this
Capture3.JPG

I am beginner to access, if it is a blunder.. please guide me to solve this one. i am trying to build a access database to myself for my work from youtube videos.
 
right click the lines between projects table and workorders table.
Edit the relation. on "Join Type", choose "Include ALL records from Projects...".

Right click the Line between workorders table and RFILog table.
same as above, but this time choose "Include All records from workorders table"
Do the same on the other line.

this will make a Left join.
 
right click the lines between projects table and workorders table.
Edit the relation. on "Join Type", choose "Include ALL records from Projects...".

Right click the Line between workorders table and RFILog table.
same as above, but this time choose "Include All records from workorders table"
Do the same on the other line.

this will make a Left join.
Thanks for the reply it didnt work. shows error as like this
AAAA.JPG
 
Delete the relationship and re-create it.
if you are Editing Project_ID, you need to Cascade Update to the two tables.
 
It sounds like you are trying to write a record into the "log" table for a record that doesn't exist in the workorders table.
 

Users who are viewing this thread

Back
Top Bottom