R
robert demo via AccessMonster.com
I upsized my backend to SQL Server. Retrieval of data for display in my forms
seems to work fine. However on some of the forms where editing and adding of
new records is allowed some errors occurs. The errors are associated with
trying to add a new record or edit an existing one.
Specifically, the lines at which the error occurs are at (DAO objects_
rs.AddNew
rs.Update
Set rs = ..
The Error is that the ODBC call failed.
I think this has to do with the tables, but all of the tables have keys. Note
that there are a number of tables that can be updated just fine from the
forms.
Help is greatly appreciated even if you're not sure what the problem is as I
am totally stumped.
Thanks.
seems to work fine. However on some of the forms where editing and adding of
new records is allowed some errors occurs. The errors are associated with
trying to add a new record or edit an existing one.
Specifically, the lines at which the error occurs are at (DAO objects_
rs.AddNew
rs.Update
Set rs = ..
The Error is that the ODBC call failed.
I think this has to do with the tables, but all of the tables have keys. Note
that there are a number of tables that can be updated just fine from the
forms.
Help is greatly appreciated even if you're not sure what the problem is as I
am totally stumped.
Thanks.