Hello,
Mine might be a simple question, but I am pretty new and have yet to find the answer elsewhere.
I'm trying to find some code to do the following:
If (primary key requirments NOT met ) Then
Me.Undo
End If
or something that will give the same result. I have just not been able to find the code to check for the pri key. The table this particular form is based on uses multiple fields for its primary key (its a child table). And I'm having trouble with Access attempting to save before record navigation.
thanks for any help
dat_guy
Mine might be a simple question, but I am pretty new and have yet to find the answer elsewhere.
I'm trying to find some code to do the following:
If (primary key requirments NOT met ) Then
Me.Undo
End If
or something that will give the same result. I have just not been able to find the code to check for the pri key. The table this particular form is based on uses multiple fields for its primary key (its a child table). And I'm having trouble with Access attempting to save before record navigation.
thanks for any help
dat_guy