까랑이님의 답변 감사합니다.
query를 이용해서 검색을 하였는데, 다음과 같은 error message가 나옵니다.
project xxx.exeraised exception class EDVEngine Error with message 'Key violation. [Microsoft][ODBC Microsoft Access 97 Driver]
The changes you requested to the table were not successful because they would
General SQL error.
create duplicate values in the index, primary key, or relationship.
Change the data in the field or fields that contain duplicate data,
remove the index, or redefine the index to permit duplicate entries and try again.'
그래서 MDB를 수정하였습니다.
Index field위 속성을 "중복 허가"로 하였습니다.
그러나, 저의 경우에는 table을 4개 사용하고, 서로 관계가 있습니다.
중복 허가를 하니, 관계가 성립되지 않습니다.
이럴때에는 어떻게 수정해야 되는지요?
|