C
Cathy
I have several forms that feed a 'dispute process' form.
I'm trying to devise a way so I know which form the
original information came from.
What I have tried so far is... I have put a code on the
original forms (ie 1,2,3). This information is passed to
a corresponding field on the dispute form. If the text
box on the dispute form has '#Name?', then I know it was
not the one passing the information. I want to write
something that recognizes the valid text box and moves
that information forward.
When I use iif(text1=1,1,iif(text2=2,2,iif(... it only
returns valid data if the true statement is in the first
position. If the true statement is in the second position
or later, it produces an error. How can I either make the
fields tied to the closed forms something other
than '#Name?' or make the iif statement recognize
the '#Name?' as something other than an error?
Any suggestions you have will be appreciated... even if
it's a totally different approach!
Thanks,
Cathy
I'm trying to devise a way so I know which form the
original information came from.
What I have tried so far is... I have put a code on the
original forms (ie 1,2,3). This information is passed to
a corresponding field on the dispute form. If the text
box on the dispute form has '#Name?', then I know it was
not the one passing the information. I want to write
something that recognizes the valid text box and moves
that information forward.
When I use iif(text1=1,1,iif(text2=2,2,iif(... it only
returns valid data if the true statement is in the first
position. If the true statement is in the second position
or later, it produces an error. How can I either make the
fields tied to the closed forms something other
than '#Name?' or make the iif statement recognize
the '#Name?' as something other than an error?
Any suggestions you have will be appreciated... even if
it's a totally different approach!
Thanks,
Cathy