helloworld
Registered User.
- Local time
- Today, 14:38
- Joined
- May 18, 2004
- Messages
- 62
Hi there,
I have got a form where I have three foreign keys in them. when I try to save a record, it gives me this error message.
"The Microsoft Jet Database Engine cannot find a record in the table [name of table where the foreign key is being linked from] with key matching field(s) [name of foreign key]"
Now I have a Message box in my code that pops up when the field is not filled in. How do I get rid of this error? Any help would be great!
I have got a form where I have three foreign keys in them. when I try to save a record, it gives me this error message.
"The Microsoft Jet Database Engine cannot find a record in the table [name of table where the foreign key is being linked from] with key matching field(s) [name of foreign key]"
Now I have a Message box in my code that pops up when the field is not filled in. How do I get rid of this error? Any help would be great!