Hi all,
I've got this unbound textfield where I concatenate the following:
=IIf([vector_map]<>"" Or [sequence_info]<>"",""+Chr(13)+Chr(10) & "Related files:",""
& IIf([vector_map]<>"",""+Chr(13)+Chr(10) & "Vector map: " & [vector_map],""
& IIf([sequence_info]<>"",""+Chr(13)+Chr(10) & "Sequence info: " & [sequence_info],""
Ok, the problem is that it shows only one of the two vars at a time with vector_map in favor... what is wrong? I checked it a bah-zillion times now, but I guess I need another pair of eyes, too.
Or could it be that there's a limit in the no. of concatenated text-strings? I've already got two others with a lot of IIf functions and all...
I've got this unbound textfield where I concatenate the following:
=IIf([vector_map]<>"" Or [sequence_info]<>"",""+Chr(13)+Chr(10) & "Related files:",""
Ok, the problem is that it shows only one of the two vars at a time with vector_map in favor... what is wrong? I checked it a bah-zillion times now, but I guess I need another pair of eyes, too.
Or could it be that there's a limit in the no. of concatenated text-strings? I've already got two others with a lot of IIf functions and all...