The Microsoft Jet database engine cannot find...

  • Thread starter Thread starter Dejan M.
  • Start date Start date
D

Dejan M.

Please can you help me with this problem:

In the next form, when I Add new person who is not registered in the base I
had the massage: The Microsoft Jet database engine cannot find a record in
the table 'CLAN' with key matching field(s) JMBG.
The question is: How to add data for the unregistered visitors in the next
fields:

JMBG (unique person number);(translation)
STATUS;
IME (name);
PREZIME (surname);
GRAD (town);
UPLACENO (payment)
NAPOMENA (comment)

here it is gif of that form and relationships, Thank you very much.
 
If I understood your question... You can't. You
probably have defined a 1-1 relationship between
your "CLAN" table and the table containing the
information you want to add.

The key for which you defined the relationship in both
tables must be equal.
 
Back
Top