View Single Post
 
Old 07-27-2016, 12:09 PM
sharpied sharpied is offline Windows XP Office 2007
Novice
 
Join Date: Jul 2016
Posts: 1
sharpied is on a distinguished road
Smile 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!
Reply With Quote