I generate a SQL string to populate a listbox
eg.. Me.List36.RowSo urce = strSQL
Me.List36.Reque ry
(This is working OK)
I have some code that will identify if a particular record exists.
My question is can I have the identified record highlighted
eg.. Me.List36.RowSo urce = strSQL
Me.List36.Reque ry
(This is working OK)
I have some code that will identify if a particular record exists.
My question is can I have the identified record highlighted
Comment