I have a listbox filled form a query. It has 4 columns. I want the value from the last column and use it to open a report. I can open a report ok, the issue is that
Me.lstThings.Column(3) is always null. Read a stack of posts out here and appear to be doing it right. What am I missing?
Me.lstThings.Column(3) is always null. Read a stack of posts out here and appear to be doing it right. What am I missing?