Again, the conversion to 2k3 is killing me. I have a list box that I use to display training information from a table filtered for a specific person (By SSN). There IS information in the table, so that’s not the problem. Here’s the row source:
SELECT tblPFT.PFT_DATE AS [DATE], tblPFT.PFT_SCORE AS SCORE, tblPFT.PFT_CLASS AS CLASS FROM tblPFT WHERE (((tblPFT.SSN)=forms!frms1!sfrms1_individualinfo!ssn));
forms!frms1!sfrms1_individualinfo!ssn is a bound text box, and the field is a text field.