I am a beginner with SQL and the business that I work for wishes to increase dramatically our Access databases. So....we are wanting to use SQL for backend only.
I used the migration assistant (2005) and now all the tables sit in SQL.
Everything seems to be working well with the linked tables in Access. I can edit & run all my reports - except...
when I want to ADD a new customer (a form with 4 pages & sub forms - that works perfect when entirely in Access) - now it will not let me ADD a new customer with address, etc.
error: ODBC - call failed (cannot insert the value NULL into column...
error: The linkmasterfields property setting has produced this error: The object doesn't contain the Automation object 'tbl...
I created a view in SQL that is the same as my querry & I get this error:
No row was updated.
The data was not committed.
Error Source: .Net SqlClient Data Provider.
Error Message: View or function 'view_vEnterData' is not updatable because the modification affects multiple base tables.
Any help? Ideas? suggestions?
I used the migration assistant (2005) and now all the tables sit in SQL.
Everything seems to be working well with the linked tables in Access. I can edit & run all my reports - except...
when I want to ADD a new customer (a form with 4 pages & sub forms - that works perfect when entirely in Access) - now it will not let me ADD a new customer with address, etc.
error: ODBC - call failed (cannot insert the value NULL into column...
error: The linkmasterfields property setting has produced this error: The object doesn't contain the Automation object 'tbl...
I created a view in SQL that is the same as my querry & I get this error:
No row was updated.
The data was not committed.
Error Source: .Net SqlClient Data Provider.
Error Message: View or function 'view_vEnterData' is not updatable because the modification affects multiple base tables.
Any help? Ideas? suggestions?