Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
Anybody knows how can I show the last selection in a list box on a text box.
I have a list box that shows the months by name.
When I select several months such as Jul, Aug, Sep, I need the last value I choose to appear on a text box.
I have used =SubField(Concat(DISTINCT MonthName, ',', DateField), ',', 1) to show the first selected value and it is working perfect.
Now I am looking to show the last value.
Thanks
Try -1 instead of 1
Try -1 instead of 1
Thxs!!! ![]()