Recent content by jess

  1. J

    Code to Update Combo Box Contents

    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...
  2. J

    Determining selection in unbound list box

    Great! Setting ID to the bound column worked! Thanks a bunch. Jess
  3. J

    Determining selection in unbound list box

    I'm not sure what you mean by bound column. The listbox displays eight columns across with Information from ID numbers to dates and other such stuff. When you click inside of the listbox, you end up selecting one row, a row containing multiple values. Also...
  4. J

    Determining selection in unbound list box

    This is helpful in that it allows me to refer to the unbound list box's current selection. However, I still am not able to extrapolate the ID number from the selection. In order to display the correct information detail when the new window pops up, I have to have some way of comparing the...
  5. J

    Determining selection in unbound list box

    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...
Back
Top Bottom