aziz rasul
Active member
- Local time
- Today, 05:42
- Joined
- Jun 26, 2000
- Messages
- 1,935
How do I a reference a single highlighted value in a list box so that I can place this value in a query?
I have tried:-
[Forms]![formname]![lstLOPID].Column(0, 1)
but it doesn't work.
I know how to place the value in a text box and refer to it that way. However I'm curious as to how to solve the problem as outlined above.
I have tried:-
[Forms]![formname]![lstLOPID].Column(0, 1)
but it doesn't work.
I know how to place the value in a text box and refer to it that way. However I'm curious as to how to solve the problem as outlined above.