I want to create a button that will print multiple forms. Each form is
a list of various orders, and there are three separate forms:
-Standard Orders
-Rush Orders
-VIP Rush Orders
Each is based off its own query.
For certain company reasons, each order type (Standard, Rush, VIP
Rush) MUST be its own separate form.
Creating a button that will print all three is easy.
What I want is a button that will only print forms if they have data
on them. For example, if there are Standard Orders and Rush Orders,
but NO VIP Orders, I only want the first two forms printed.
I'm sure there's a simple solution, but I'm self-taught and not sure
what to do!
Thanks!
a list of various orders, and there are three separate forms:
-Standard Orders
-Rush Orders
-VIP Rush Orders
Each is based off its own query.
For certain company reasons, each order type (Standard, Rush, VIP
Rush) MUST be its own separate form.
Creating a button that will print all three is easy.
What I want is a button that will only print forms if they have data
on them. For example, if there are Standard Orders and Rush Orders,
but NO VIP Orders, I only want the first two forms printed.
I'm sure there's a simple solution, but I'm self-taught and not sure
what to do!
Thanks!
Comment