Change the RowSource for Yearcmb to:
SELECT FdrandYearID, YearRecorded FROM Yearly WHERE (((Yearly.[Name2ID])=[Forms]![Main]![Namescmb])) ORDER By YearRecorded;
Change the RowSource for Yearcmb to:
SELECT FdrandYearID, YearRecorded FROM Yearly WHERE (((Yearly.[Name2ID])=[Forms]![Main]![Namescmb])) ORDER By YearRecorded;
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
works like a charm! thanks for helping me through that I really appreciate all the help!