Ok, this should be a fairly simple task and may not need to be handled with VBA code, but here we go:
I have a combo box that is filled with different Categories by a query. Each Category has a unique ID with it in the Categories table that the query pulls from.
A second combo box should look...
Ok, here's the deal. I have an unbound list box that is displaying the results of a Query on my main table of data. This data can easily be browsed in tabular form by the users.
When the user double-clicks on an item from the list box, I have an event procedure that pops up detailed information...