Dannyboy11
Registered User.
- Local time
- Today, 00:31
- Joined
- Jul 1, 2010
- Messages
- 58
Hi
I have a list box where a user can double click a value in it, and based on the unique id of that row a form will come up where you can add information linked with what you've just opened from the list box.
However, if a user double clicks the blank white space below the values where they have ended, a VBA message comes up
Rune time error'3077':
Syntax error (missing operator) in expression.
END | DEBUG | HELP
Can anyone help me? How can I prevent a user double clicking where there's not an actual selection?
This only works if the user doesn't select a value before double clicking it, as otherwise what they previously clicked is the highlighted row and unique id. This is only if they click it first before anything else.
I have a list box where a user can double click a value in it, and based on the unique id of that row a form will come up where you can add information linked with what you've just opened from the list box.
However, if a user double clicks the blank white space below the values where they have ended, a VBA message comes up
Rune time error'3077':
Syntax error (missing operator) in expression.
END | DEBUG | HELP
Can anyone help me? How can I prevent a user double clicking where there's not an actual selection?
This only works if the user doesn't select a value before double clicking it, as otherwise what they previously clicked is the highlighted row and unique id. This is only if they click it first before anything else.