Hi - I am completely new to access - this is my first project and I have a question that is probably extremely easy for most.
I am trying to take two fields of information and combine them in to one field on a report. I have the following code in the Control Source:
=[tblAdmittingNur se.First Name]&” “&[tblAdmittingNur se.Last Name]
I receive the error "You may have entered an operand without an operator"
What am I missing? From everything I have looked at, it seems like it should work.
Thanks for any help you can give me.
I am trying to take two fields of information and combine them in to one field on a report. I have the following code in the Control Source:
=[tblAdmittingNur se.First Name]&” “&[tblAdmittingNur se.Last Name]
I receive the error "You may have entered an operand without an operator"
What am I missing? From everything I have looked at, it seems like it should work.
Thanks for any help you can give me.
Comment