T
Tim
I have a form that allows the user to Edit and Filter (properties). The
record source is a table (i.e., Student) linked with a second table by a key,
i.e., RoomID with one-to-many relationship.
The user forgot to input data into one field (nvarchar datatype) on the
form. When he goes back to the record and input a value, it pops up an error
message, "ODBC update on a linked table failed. Maximum stored procedure,
function, trigger, or view nesting level exceeded (limit 32). (#217). How can
I fix it? Thanks
record source is a table (i.e., Student) linked with a second table by a key,
i.e., RoomID with one-to-many relationship.
The user forgot to input data into one field (nvarchar datatype) on the
form. When he goes back to the record and input a value, it pops up an error
message, "ODBC update on a linked table failed. Maximum stored procedure,
function, trigger, or view nesting level exceeded (limit 32). (#217). How can
I fix it? Thanks