Good afternoon friends,
On an app I am building, I have a basic combo box (cbDocumentType) with 4 options (Please Select..., Packing List, Invoice, Receipt)

On the same screen I have a label (lbInvoiceAmount) and an input box (inInvoiceAmount)

how can I program it so that when the user selects "packing list" from the combo box (cbDocumentType) both the label (lbInvoiceAmount) and an input box (inInvoiceAmount) DO NOT show visible on the screen?
any help is greatly appreciated.
Blu