M
Mark A. Sam
Hello,
I have a Multi-Select listbox in which I want to mark items selected
according to a field value.
If lstSelectClient.Column(4) <> 0
Then I want the item highlighted as selected, else not selected.
Background: [lstSelectClient] is a client list which connects employees to
clients. An employee listbox is beside it on the form. [lstSelectClient]
can be filtered by the selected employee or all client records will display
depending on a toggle button. If the user clicks on the [lstSelectClient]
list it toggles the value of Column(4) from 0 to the empolyee number. When
all of the client records are showing is when I when I want the records
highlighted. I hope that makes sense.
Thanks for any help and God Bless,
Mark A. Sam
I have a Multi-Select listbox in which I want to mark items selected
according to a field value.
If lstSelectClient.Column(4) <> 0
Then I want the item highlighted as selected, else not selected.
Background: [lstSelectClient] is a client list which connects employees to
clients. An employee listbox is beside it on the form. [lstSelectClient]
can be filtered by the selected employee or all client records will display
depending on a toggle button. If the user clicks on the [lstSelectClient]
list it toggles the value of Column(4) from 0 to the empolyee number. When
all of the client records are showing is when I when I want the records
highlighted. I hope that makes sense.
Thanks for any help and God Bless,
Mark A. Sam