Hi
I have a very frustrating select query based on 3 tables. The basic content of the tables are:
M_Work M_WO JT_Section_Work
*Work_ID *WO_ID *Section_Work_ID
Work_ID Section_ID
Work_ID
Both M_WO (work order table) and JT_Section_Work have a many to many relationship with M_Work. (Primary Keys with stars).
When I don't have JT_Section _Work as part of my query, everything works fine and I can update any records. As soon as I add JT_Section _Work, I get the message "recordset not updatable" and the possiblity that I have a pass-through query..?
Seeing that this query will be the record source of a form for users to update records and will require a number of similar tables like JT_Section_Work included, I'm a bit uncertain of what to do.
Any help or suggestions would be appreciated. Thanks
Azalea.
I have a very frustrating select query based on 3 tables. The basic content of the tables are:
M_Work M_WO JT_Section_Work
*Work_ID *WO_ID *Section_Work_ID
Work_ID Section_ID
Work_ID
Both M_WO (work order table) and JT_Section_Work have a many to many relationship with M_Work. (Primary Keys with stars).
When I don't have JT_Section _Work as part of my query, everything works fine and I can update any records. As soon as I add JT_Section _Work, I get the message "recordset not updatable" and the possiblity that I have a pass-through query..?
Seeing that this query will be the record source of a form for users to update records and will require a number of similar tables like JT_Section_Work included, I'm a bit uncertain of what to do.
Any help or suggestions would be appreciated. Thanks
Azalea.