ok so now i'm playing with this for the form caption can you see what is wrong with it I can't figure it out.
Private Sub Form_Current()
Me.Caption = "Customer:& " " & IIF([FirstName] AND [LastName] Is Null, "New Customer", Me!FirstName.Value & " " & Me!LastName.Value)
End Sub
I'm sure it is...