Hi Everyone,
I am at my wits end here and so I turn to you good people to see if you can help me figure out what is going wrong with my query. I have a simple query with 6 tables. There is a main table (dbo.WIP_MAIN) with a primary key (SubmissionID). There are 5 other tables in the query each with SubmissionID as their primary key. All of the joins for these tables are on the primary key and are all 1-1 joins. All of the tables are linked through ODBC as the backend is in SQL Server 2000 and the front end is MS Access xp (although I don't see why a linked table would make much of a difference on this...?) A screen shot of the query is attached.
Basically , I want to make this query the recordsource for a form in the db but for some reason when I attempt to enter or edit data in the form I can edit all of the tables except 1...????? It doesn't matter which table it is either - as in when I delete all of the tables and then add them in a different order then a different one is lock... is there a limit to the number of tables? I have done alot of reseach in this forum and in MS help (help actually goes into this topic quite extensively as a matter of fact) and I have made sure the query meets all quidelines relayed in help to be updatedable but still nothing works...?
Anyone have a suggestion?
thx,
Kevin
I am at my wits end here and so I turn to you good people to see if you can help me figure out what is going wrong with my query. I have a simple query with 6 tables. There is a main table (dbo.WIP_MAIN) with a primary key (SubmissionID). There are 5 other tables in the query each with SubmissionID as their primary key. All of the joins for these tables are on the primary key and are all 1-1 joins. All of the tables are linked through ODBC as the backend is in SQL Server 2000 and the front end is MS Access xp (although I don't see why a linked table would make much of a difference on this...?) A screen shot of the query is attached.
Basically , I want to make this query the recordsource for a form in the db but for some reason when I attempt to enter or edit data in the form I can edit all of the tables except 1...????? It doesn't matter which table it is either - as in when I delete all of the tables and then add them in a different order then a different one is lock... is there a limit to the number of tables? I have done alot of reseach in this forum and in MS help (help actually goes into this topic quite extensively as a matter of fact) and I have made sure the query meets all quidelines relayed in help to be updatedable but still nothing works...?
Anyone have a suggestion?
thx,
Kevin