April 18, 201114 yr Hi All, Very new to Filemaker and IF statements. I need to print invoices based on the contents of a Drop Down field. I have a Drop Down that gives the user the ability to Choose Yes or No. If the user has paid then print the invoice if NO then don't. I could really use some help on this. Here is what I have: Go to Layout["Invoice"(Buyers)] IF [(Buyers:B_ccInVault = "Yes")] Print [] Else Go to Layout ["Buyers Menu"(Buyers)] End If Thank you in advance for anyone that can help. MG
Create an account or sign in to comment