J
Jonathan Brown
I run into this problem all the time and I don't know what
I do to fix it but after fussing with it for a while
sometimes it goes away. I'll like someone to explain this
to me in a little better detail.
I've got a table that is keeping track of personal info.
This table already has a number of records in it. I've
created another table which keeps track of Visa
information. I've set up a one to many relationship (my
visa table being on the Many side) with the Personal
table. I've made it a habit to use referential integrity
and cascade updates and cascade deletes. But the problem
is I can't add any records to my visa table. I start
entering information for a new record and when I move off
that record I get an error message saying "You can not add
or change a record because a related record is required in
the table 'tblPersonal'".
If someone could shed some light on this I'd appreciate it.
thanks.
I do to fix it but after fussing with it for a while
sometimes it goes away. I'll like someone to explain this
to me in a little better detail.
I've got a table that is keeping track of personal info.
This table already has a number of records in it. I've
created another table which keeps track of Visa
information. I've set up a one to many relationship (my
visa table being on the Many side) with the Personal
table. I've made it a habit to use referential integrity
and cascade updates and cascade deletes. But the problem
is I can't add any records to my visa table. I start
entering information for a new record and when I move off
that record I get an error message saying "You can not add
or change a record because a related record is required in
the table 'tblPersonal'".
If someone could shed some light on this I'd appreciate it.
thanks.