>The reason that I don't have the new table in the view in the first place is that all the data in that table is going to be comming from the Access front end.
From a technical standpoint, it's simpler to join all the tables on SQL Server and present the view to Access. The only issue would be controlling update access to the application tables from the Access FE. But I think it's doable and I suggest giving it a try.
If that doesn't work, then the a non-updateable view can still be the basis for your main form. However, you would then use a linked subform for the table you want to update.
If you like, post your DB and I'll have a look