Hello and thank you in advance for any attention this post may receive.
Windows XP
MS Access 2010
I have a listbox (lstSelect) in a form with Row Source SELECT [ID], [Status] FROM tblStatus ORDER BY [Status];. The list box is used as the 'Status' criteria for records (from tblImprovements) displayed in a report. The trouble is the report opens it only displays a single record. And that single record is the record that has the ID number the same as the position of the selected criteria. By that I mean if i select the third option in the list, then the third record is displayed.
tblImprovements has column [Status] and it is populated by selecting a value from the same tblStatus as the list box.
Why is it so that the Id's are mixing up?
Thank you
Nadine