Khurramshaikh47
Member
- Local time
- Today, 15:22
- Joined
- Aug 19, 2021
- Messages
- 212
Hi,
I've created a voucher form to make different vouchers. There is a lookup field to select the Type of Voucher.
List of Voucher Types is:
A subform named GeneralLedger is associated with this main form.
Below are the some of fields in the subform:
AccountCode, AccountID, InvoiceNo, ChequeNo, InvoiceDate etc.
I want to Hide ChequeNo field if VoucherType in the main form is:
CP-Cash Payment, CR-Cash Receipt, PB-Party Bill, JO-Journal Or SL-Sales
And I want to Hide InvoiceNo field if VoucherType in the main form is:
BP-Bank Payment Or BR-Bank Receipt
Thank you in advance.
I've created a voucher form to make different vouchers. There is a lookup field to select the Type of Voucher.
List of Voucher Types is:
- CP-Cash Payment
- CR-Cash Receipt
- BP-Bank Payment
- BR-Bank Receipt
- PB-Party Bill
- JO-Journal
- SL-Sales
A subform named GeneralLedger is associated with this main form.
Below are the some of fields in the subform:
AccountCode, AccountID, InvoiceNo, ChequeNo, InvoiceDate etc.
I want to Hide ChequeNo field if VoucherType in the main form is:
CP-Cash Payment, CR-Cash Receipt, PB-Party Bill, JO-Journal Or SL-Sales
And I want to Hide InvoiceNo field if VoucherType in the main form is:
BP-Bank Payment Or BR-Bank Receipt
Thank you in advance.