S
scuba1392
I want to trap for "error 3201 - you cannot add or change a record". This
occurs when a transaction is being added to a table that captures all
transactions for a part master table. The transaction table is linked to the
part master table as a 1 to many relationship with referential integrity.
What event or where should I put the code to trap this error to present other
options to the application user?
occurs when a transaction is being added to a table that captures all
transactions for a part master table. The transaction table is linked to the
part master table as a 1 to many relationship with referential integrity.
What event or where should I put the code to trap this error to present other
options to the application user?