Valery
Registered User.
- Local time
- Today, 02:37
- Joined
- Jun 22, 2013
- Messages
- 363
Hi,
I am trying to write a statement and it returns: #Type!. I know what this means but it should not give this error.
Here is what I am trying to do. I have button that copies a certain number of fields to the clipboard. The one below is one of them.
Here is the coding I am using that works:
I would like to add the following condition to this code.
I have a yes/no field called BookingNoteContactExcl. If this is ticked, it should exclude [CallingContact] from being copied, in other words, return "" in the code above.
Can you help? THANK YOU!
I am trying to write a statement and it returns: #Type!. I know what this means but it should not give this error.
Here is what I am trying to do. I have button that copies a certain number of fields to the clipboard. The one below is one of them.
Here is the coding I am using that works:
Code:
=Trim(IIf([CallingContactRel] Is Not Null,[CallingContactRel] & ": " & [CallingContact],[CallingContact]))
I would like to add the following condition to this code.
I have a yes/no field called BookingNoteContactExcl. If this is ticked, it should exclude [CallingContact] from being copied, in other words, return "" in the code above.
Can you help? THANK YOU!