Hello, i was wondering if there is a mouse hover feature in access since I dont see it in the list of properties?? is there a way to hard code it in?
what im trying to do:
I have a listbox that spits out results of a query. When a user hovers over a row from the listbox, i want it to POP OUT and enlarge so the user can see the whole row. is this possible?
if not mouse over, how would i achieve this on double click? I looked into coding the event with a zoombox, which in theory would achieve what i need, however when i tried it i got an error message saying zoombox doesnt work with the listbox.
I cannot format or change the listbox into another medium (textbox, subform, etc). it must stay as a listbox but my users need me to enlarge the data that they see in the row. thanks!