J John W. Vinson Dec 1, 2009 #2 Is there a way to make each entry of a list box look like a button? Click to expand... No; you could use an Option Group control instead, though.
Is there a way to make each entry of a list box look like a button? Click to expand... No; you could use an Option Group control instead, though.
J John Spencer Dec 1, 2009 #3 Use a continuous subform instead of the listbox. Then you can have the control look like a button and handle the click or double-click with VBA code. John Spencer Access MVP 2002-2005, 2007-2009 The Hilltop Institute University of Maryland Baltimore County
Use a continuous subform instead of the listbox. Then you can have the control look like a button and handle the click or double-click with VBA code. John Spencer Access MVP 2002-2005, 2007-2009 The Hilltop Institute University of Maryland Baltimore County