I am so totally new at this it is not funny. I am desiging a database for my work and want to know, what to me should be the simplest thing, how to write an expression that automatically puts the full name on the top of the form.
I have tried it so many ways and the nearest I can get is to get the Primary Key identifer.
This is the expression I have: =(ContactName: [FirstName] & " " & [LastName])
and I keep getting the error message about having an operand without an operator!
Can someone please help me.
Kate.
I have tried it so many ways and the nearest I can get is to get the Primary Key identifer.
This is the expression I have: =(ContactName: [FirstName] & " " & [LastName])
and I keep getting the error message about having an operand without an operator!
Can someone please help me.
Kate.
Comment