What do you mean by the "definition" of the primary key?
What do you mean "alternate keys?"
You want this to appear in a message box pop up?
That would be:
'=====
Dim stMessage As String
stMessage = "Your message here including " & Me.ControlValues
MsgBox stMessage
'=====
HTH
mmcdonal
|