M
Mike Morgan
I'm using Access XP as a frontend for SQL 2000. I have linked my main form
to the SQL database via ODBC links. I'm having a strange problem. I have
some subforms on my main form. When I attempt to update a text box or combo
box on the main form I get this error:
ODBC - Update on a linked table failed. Maximum stored procedure,
function, or view nesting level exceeded. (limit 32) (#217)
What I don't understand is that I can update the combo and text boxes on the
subforms fine and they are linked to their data in the same way as the main
form is linked to its data. It's all ODBC linked It's only when I try to
update the data on the main form that I run into trouble. What have I done
to this form that would prevent it from being able to do ODBC updates to the
linked table? BTW: The main form is linked to a single table. I have
experimented with making it a query with no joy. It still throws the same
error when I attempt to update anything on the main form. What have I
missed?
to the SQL database via ODBC links. I'm having a strange problem. I have
some subforms on my main form. When I attempt to update a text box or combo
box on the main form I get this error:
ODBC - Update on a linked table failed. Maximum stored procedure,
function, or view nesting level exceeded. (limit 32) (#217)
What I don't understand is that I can update the combo and text boxes on the
subforms fine and they are linked to their data in the same way as the main
form is linked to its data. It's all ODBC linked It's only when I try to
update the data on the main form that I run into trouble. What have I done
to this form that would prevent it from being able to do ODBC updates to the
linked table? BTW: The main form is linked to a single table. I have
experimented with making it a query with no joy. It still throws the same
error when I attempt to update anything on the main form. What have I
missed?