Hello everyone,
I have an issue with adding an "All" option to a list box. I have searched and tried things I have found but have been met with nothing but failure. Here is my issue.
I have a table which lists office locations and utilities for those locations. As you can see with the sample information below some of the locations will have multiple utilities as different companies provide gas/electric while some have a common customer.
Location Utility
12 Northern Elec
12 Northern Gas
13 Atlantic Gas/Electric
On a form I have a list box that will generate information related to transactions to be invoiced for each different utility. The goal is to have the list box let the user select which invoice information to generate. Currently it gives options for each of the utilities and will correctly generate the invoice information separately, having to click the "Generate" button after changing the selection. More often I would like to be able to generate all three invoices with one click, so having an "All" option would be helpful, while still having the option to invoice separately due to some special invoicing needs.