I have asked this question before (sorry) but this time I'm going to a different approach/solution.
I have two tables, one is not-updatable the other you can update.
In Access if you do a query joining these two tables then the entire query is not updatable. Even the data that should be...
If there is NO WAY to join and query the data then... is there any way to show two joined (???) tables on the same form. Both in Single and Datasheet views.
Some details and history:
The FE is Access, the BE is MSSQL Server (mostly). Mostly because I use linked tables to an IBM iSeries. These tables (on the IBM) are not updatable.
In Access I can create either linked tables or linked views to MSSQL. Yeah!!! No problems there. But if I built a query with (either a view or table) a table from MSSQL and a linked (non-updatable) table from MSSQL then bang! I can't update ANYTHING. sigh...
Guess what. If I build a view in MSSQL and look at it there (Management Studio) I can update the MSSQL tables just fine. But if I link to the very same view in Access no joy.
I really, really need this because without this I have to duplicate data from the IBM into MSSQL which really stinks (duplicating data I mean).
So... if no one knows how to create a query or recordset that is updatable when one of the joining tables is updatable, then
Does any one know how can I show data from two sources (tables) on the same form such that it is updatable?
Sorry for the long post. Thank you,
I have two tables, one is not-updatable the other you can update.
In Access if you do a query joining these two tables then the entire query is not updatable. Even the data that should be...
If there is NO WAY to join and query the data then... is there any way to show two joined (???) tables on the same form. Both in Single and Datasheet views.
Some details and history:
The FE is Access, the BE is MSSQL Server (mostly). Mostly because I use linked tables to an IBM iSeries. These tables (on the IBM) are not updatable.
In Access I can create either linked tables or linked views to MSSQL. Yeah!!! No problems there. But if I built a query with (either a view or table) a table from MSSQL and a linked (non-updatable) table from MSSQL then bang! I can't update ANYTHING. sigh...
Guess what. If I build a view in MSSQL and look at it there (Management Studio) I can update the MSSQL tables just fine. But if I link to the very same view in Access no joy.
I really, really need this because without this I have to duplicate data from the IBM into MSSQL which really stinks (duplicating data I mean).
So... if no one knows how to create a query or recordset that is updatable when one of the joining tables is updatable, then
Does any one know how can I show data from two sources (tables) on the same form such that it is updatable?
Sorry for the long post. Thank you,