I have a record set with a checkbox titled "Print_Invoice". I am trying to figure out how to make this a toggle switch.
I know how to create a button with a macro that prints an entire record set -
but how would I take this macro and make it only print the records with the checkbox ticked? (I think it would be similar to Print_Invoice="1").Code:RunCommand > Print
Any help appreciated!
Thanks.
P.S. - Just as an example, lets say these are my fields and I have 20 records.
[Print_Invoice][Invoice_Date][Due_Date][Business_Name][Mailing_Address][Phone][Website][Email]