I am a bit new to using transactions. I suspect this stuff is basic to some of you. I am designing an Access application that has an application side (*.mdb file with forms, code etc.) and a data side (*.mdb file with linked tables). The data side has a main table and three other data tables. Relationships between tables are set on single key fields and the tables are linked to the application side.
Whenever I try to append a record to the tables, I get a "Key violation Error". How do I append? I have been trying to do use a transaction so that I can set up the values correctly and append them all at once. Cascading updates do not appear to be supported for linked tables. Are transactions supported? Does anyone have any code or suggestions?
StephenS
Whenever I try to append a record to the tables, I get a "Key violation Error". How do I append? I have been trying to do use a transaction so that I can set up the values correctly and append them all at once. Cascading updates do not appear to be supported for linked tables. Are transactions supported? Does anyone have any code or suggestions?
StephenS