G
Guest
I've gone from an Access to an Access/SQL Server solution. The query is a 4 table join. The tables in SQL Server all have defined PK. Table B,C,D are linked to A.
tableA 1 - 1 table
- 1 table
- m table
When the app was in Access, this query was updateable. Now with a SQL Server 2000 backend, the recordset is not updateable. When the query is updated to contain only two tables, the recordset is updateable. As soon as a third table is added, the recordset in not updateable
tableA 1 - 1 table
- 1 table
- m table
When the app was in Access, this query was updateable. Now with a SQL Server 2000 backend, the recordset is not updateable. When the query is updated to contain only two tables, the recordset is updateable. As soon as a third table is added, the recordset in not updateable