Xtremlylost
Technical User
I have a label printing form that includes two check boxes. If one box is checked it will disable the other check box, enable the Print button and print all the labels for all the Carriers in the Carrier table when the print button is clicked. The other check box when selected disables the other check box,enables the Print button and enables the combo box which will allow a user to choose a single Carrier for printing a label. I have tried several different ways to get the filter to work but cannot seem to get the report to print only the selected Carrier's label. The 1st checkbox works fine and will print labels for all Carriers.
The label report itself was made through the the label wizard.
The combo box is [CarrierLblcmbo]
The labels fields are:
=Trim([CarName])
=Trim([CarAdd])
=Trim([CarCity] & ", " & [CarState] & " " & [CarZip])
="Attn: " & [CarContact]
I am also wondering what to do with the code if a person clicks the print button without selecting a Carrier from the combo box.
Any help would be greatly appreciated
XtremelyLost
The label report itself was made through the the label wizard.
The combo box is [CarrierLblcmbo]
The labels fields are:
=Trim([CarName])
=Trim([CarAdd])
=Trim([CarCity] & ", " & [CarState] & " " & [CarZip])
="Attn: " & [CarContact]
I am also wondering what to do with the code if a person clicks the print button without selecting a Carrier from the combo box.
Any help would be greatly appreciated
XtremelyLost