M
maximus
Hi.
I have a form bounded to table. There are 5 combo boxes on
that form. When I try to add a new record, only if it is
first record, everything is fine, but if I try to add more
records, combo box ,which pulles IDs from table tID, is
giving me the message (as I type first number in)that
record can't be added or changed, and that referential
integrity rules require a related record in table tID.
When I click "OK" on message box , it reapears again and
after clicking "OK" again, it allowes me to enter rest of
the numbers. Then , when i come to neht combo box and try
to insert string value in i moves focus on same combo box
but for previous record. Then I delete entered string and
go to combo box in current new record and add string with
no problem. Everything is written down to table correctly,
I'm just trying to avoid those errors somehow.
Database is SQL 2000, front-end Access 2000.
Please help.
Thank you
I have a form bounded to table. There are 5 combo boxes on
that form. When I try to add a new record, only if it is
first record, everything is fine, but if I try to add more
records, combo box ,which pulles IDs from table tID, is
giving me the message (as I type first number in)that
record can't be added or changed, and that referential
integrity rules require a related record in table tID.
When I click "OK" on message box , it reapears again and
after clicking "OK" again, it allowes me to enter rest of
the numbers. Then , when i come to neht combo box and try
to insert string value in i moves focus on same combo box
but for previous record. Then I delete entered string and
go to combo box in current new record and add string with
no problem. Everything is written down to table correctly,
I'm just trying to avoid those errors somehow.
Database is SQL 2000, front-end Access 2000.
Please help.
Thank you