S
Steve T
Here is what I am trying to do. I have reports named
rptPurchaseOrderSoldToAddress, rptPurchaseOrderShipToAddress, and
rptPurchaseOrderFabric
Currently we have 3 different buttons on the purchase order form and we have
to remember which one to push
We want to have one button that says "Print Purchase Order" and have access
look at the values in different fields and depending what is in those
fields, it will pick the correct report to print. There are 3 conditions
that have to be evaluated.
If [ShipTo] = "Same" and [VendorShipAddress] = "Choose A Vendor" then print
rptPurchaseOrderBillToAddress
If [ShipTo] <> "Same" and [VendorShipAddress] = "Choose A Vendor Ship
Address" then print rptPurchaseOrderShipToAddress
If [VendorShipAddress] <> "Choose a Vendor Ship Address" then print
rptPurchaseOrderFabric
Hope that makes sense
Steve T
rptPurchaseOrderSoldToAddress, rptPurchaseOrderShipToAddress, and
rptPurchaseOrderFabric
Currently we have 3 different buttons on the purchase order form and we have
to remember which one to push
We want to have one button that says "Print Purchase Order" and have access
look at the values in different fields and depending what is in those
fields, it will pick the correct report to print. There are 3 conditions
that have to be evaluated.
If [ShipTo] = "Same" and [VendorShipAddress] = "Choose A Vendor" then print
rptPurchaseOrderBillToAddress
If [ShipTo] <> "Same" and [VendorShipAddress] = "Choose A Vendor Ship
Address" then print rptPurchaseOrderShipToAddress
If [VendorShipAddress] <> "Choose a Vendor Ship Address" then print
rptPurchaseOrderFabric
Hope that makes sense
Steve T