Hi
Can someone please tell me what I have wrong in this line of code?
Can someone please tell me what I have wrong in this line of code?
Code:
With CodeContextObject
DoCmd****nCommand acCmdSaveRecord
DoCmd****nCommand acCmdRefresh
DoCmd.OpenForm "FMultiName", acNormal, "", "[FName]=" & .FName & "[LName]=" & .LName, , acDialog
End With