Field Concatenation

B

BradleyJ

I have a field in a seperate but related frm called Contact Name where I concatenate the FN and LN fields from the previous frm. This is the formula that I am using =Forms!Contacts!FirstName & " " & Forms!Contacts!LastName. Sometimes it works and sometimes it doesn't. Whats up.
 
K

Ken Snell

Is the form open whenever you want the concatenated value to show? If the
Contacts form isn't open, no values can be read.

--
Ken Snell
<MS ACCESS MVP>

BradleyJ said:
I have a field in a seperate but related frm called Contact Name where I
concatenate the FN and LN fields from the previous frm. This is the formula
that I am using =Forms!Contacts!FirstName & " " & Forms!Contacts!LastName.
Sometimes it works and sometimes it doesn't. Whats up.
 
V

Van T. Dinh

The Form "Contacts" must be open for the Calculated Control in the second
Form to work.

--
HTH
Van T. Dinh
MVP (Access)


BradleyJ said:
I have a field in a seperate but related frm called Contact Name where I
concatenate the FN and LN fields from the previous frm. This is the formula
that I am using =Forms!Contacts!FirstName & " " & Forms!Contacts!LastName.
Sometimes it works and sometimes it doesn't. Whats up.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top