Hi,
I have a MultiSelect listbox control on my form. I want to pass the LATEST selected item to a query as a parameter. How do I do this?
NB: By Latest selected item I mean as the example below show:
Listbox values: ALL
04-2004
05-2004
06-2004
07-2004
08-2004
09-2004
10-2004
Now, we suppose that I have selected at the same time:
05-2004
07-2004
09-2004
==> The LATEST selected item which will be as query parameter is in this case:
09-2004
(not on what I have clicked by mouse, but the last one in the list)
Attention: the items in listbox are a "text" form not "Date", and they are ordered alphabitacally.
Thank you very much for your precious and appreciaed helps and advices
I have a MultiSelect listbox control on my form. I want to pass the LATEST selected item to a query as a parameter. How do I do this?
NB: By Latest selected item I mean as the example below show:
Listbox values: ALL
04-2004
05-2004
06-2004
07-2004
08-2004
09-2004
10-2004
Now, we suppose that I have selected at the same time:
05-2004
07-2004
09-2004
==> The LATEST selected item which will be as query parameter is in this case:
09-2004
(not on what I have clicked by mouse, but the last one in the list)
Attention: the items in listbox are a "text" form not "Date", and they are ordered alphabitacally.
Thank you very much for your precious and appreciaed helps and advices