G
Guest
I want to create a text field which is the larger of 2 existing text fields.
If I try to use the IIf function to compare the Len() of each field the
result can not be the larger text field. It appears that the IIf function
value must be some form of a number. My exact need can be expressed this way
- Assume you have 2 Text Fields A and B and that the text field C is the
result of the following: If B is not null then C = B else C = A. This
should be very simple but the the fact that these are all text fields is
causing problems. Any help would be appreciated,
If I try to use the IIf function to compare the Len() of each field the
result can not be the larger text field. It appears that the IIf function
value must be some form of a number. My exact need can be expressed this way
- Assume you have 2 Text Fields A and B and that the text field C is the
result of the following: If B is not null then C = B else C = A. This
should be very simple but the the fact that these are all text fields is
causing problems. Any help would be appreciated,