Trying to figure out this code
Hello I am trying to create a form that in itself is a list that loops.
the form looks like this...
Item_______ (Field Text)
: Manufacturer:______(Field Text)
: Color:_________(Field Text)
I am trying to make this loop with an if then statement.
so that if the following item is N/A
then the loop breaks.
ex:
Item A
Manufacturer: AA
Color: AAA
Item B
Manufacturer: BB
Color: BBB
Item N/A
(end of loop)
I have not found any solutions to this else where...
Thanks for the help!
|