D
Dan @BCBS
I don't get what I'm doing wrong.. The first code below works and displays a
message when no data is entered. The second code is where I'm attempting to
put the first and last name in a text box, but I get no data returned...
Works:
=IIf([PV_LASTNAME] Is Null And [PV_FIRSTNAME] Is Null,"Provider Not Entered")
Don't work:
=IIf([PV_LASTNAME] Is Null And [PV_FIRSTNAME] Is Null,"Provider Not
Entered",Trim(formatfield([PV_LASTNAME]) & ", " &
formatfield([PV_FIRSTNAME])))
message when no data is entered. The second code is where I'm attempting to
put the first and last name in a text box, but I get no data returned...
Works:
=IIf([PV_LASTNAME] Is Null And [PV_FIRSTNAME] Is Null,"Provider Not Entered")
Don't work:
=IIf([PV_LASTNAME] Is Null And [PV_FIRSTNAME] Is Null,"Provider Not
Entered",Trim(formatfield([PV_LASTNAME]) & ", " &
formatfield([PV_FIRSTNAME])))