K
kastnna
Need help again guys. My ignorance has resurfaced and I am on a
deadline to complete this new checklist. So far I have written the
code so that when a new doc is opened based on the checklist template,
a macro is immediately started. The macro ask a series of questions
using input boxes and the input is inserted into bookmarked TextFields.
I need a list to form and then input that list into the doc based on
the answers to the questions.
For example, the first input box ask which state the product is being
sold in. The next asks which product is being sold. The last input box
is a YesNo button box that ask if the product is a replacement. All
that information is then used to give a listing of the necessary forms
I would need to sell that product in that state. Different forms are
needed for differnet products and different states. The same product
will require diffenent forms for two different states. Finally, if the
product is a replacement, an additional form is required that also
varies by state.
Essentially I have a "IF state=a AND product=b AND replacement=c THEN
list=x; but IF state=a AND product=b AND replacement=d THEN list=w;
but............"
Please help and Thanks in advance!
deadline to complete this new checklist. So far I have written the
code so that when a new doc is opened based on the checklist template,
a macro is immediately started. The macro ask a series of questions
using input boxes and the input is inserted into bookmarked TextFields.
I need a list to form and then input that list into the doc based on
the answers to the questions.
For example, the first input box ask which state the product is being
sold in. The next asks which product is being sold. The last input box
is a YesNo button box that ask if the product is a replacement. All
that information is then used to give a listing of the necessary forms
I would need to sell that product in that state. Different forms are
needed for differnet products and different states. The same product
will require diffenent forms for two different states. Finally, if the
product is a replacement, an additional form is required that also
varies by state.
Essentially I have a "IF state=a AND product=b AND replacement=c THEN
list=x; but IF state=a AND product=b AND replacement=d THEN list=w;
but............"
Please help and Thanks in advance!