I've 2 listboxes, both with MultiSelect option. The 1st listbox is LstCustomer and the 2nd listbox is LstTransaction.
In LstCustomer it only showing the customer name and in LstTransaction it showing the customer name, invoice number, and transaction date.
How do I make it so that when a customer name in LstCustomer (one or more rows) is selected, the data in LstTransaction that has the same data (customer name) is also selected?
In LstCustomer it only showing the customer name and in LstTransaction it showing the customer name, invoice number, and transaction date.
How do I make it so that when a customer name in LstCustomer (one or more rows) is selected, the data in LstTransaction that has the same data (customer name) is also selected?