How do I reference the 4th column value (DateCriteria) in a table (tblReports) for the current record (ReportName) selected from a listbox (lstSelectReports).
My idea is to set the list boxes RowSource so that:
WHERE tblReports.DateCriteria = " & [4th column value]
Do I have to use a For Each ... Next statement?
Any help would be greatly appreciated.
My idea is to set the list boxes RowSource so that:
WHERE tblReports.DateCriteria = " & [4th column value]
Do I have to use a For Each ... Next statement?
Any help would be greatly appreciated.