Ally
Registered User.
- Local time
- Today, 23:55
- Joined
- Sep 18, 2001
- Messages
- 617
Aarrrggh! I have a form where I keep getting this error message. First of all it was another message, which was
"You can't add or change a record because a related record is required in table 'Episode'"
Managed to sort that sticking a couple of DoCmd.RunCommand acCmdSaveRecord in.
The 438 error message happens when clicking a command button after choosing data from two unbound combo boxes to add that data to a subform.
I have checked for Null values, and have set the default values in the subform fields to Null but I'm still getting it. It's weird though, because after I OK the error message, sometimes, it adds the data fine as it should do and other times not!
I've searched the archives and got some helpful information, but the majority of the Error 438 posts don't have replies.
Please, can anyone throw any light on this?
"You can't add or change a record because a related record is required in table 'Episode'"
Managed to sort that sticking a couple of DoCmd.RunCommand acCmdSaveRecord in.
The 438 error message happens when clicking a command button after choosing data from two unbound combo boxes to add that data to a subform.
I have checked for Null values, and have set the default values in the subform fields to Null but I'm still getting it. It's weird though, because after I OK the error message, sometimes, it adds the data fine as it should do and other times not!
I've searched the archives and got some helpful information, but the majority of the Error 438 posts don't have replies.
Please, can anyone throw any light on this?