Access 97
I have a list of "Qac" codes and dates that are used to indicate what test were taken and when that particular test was taken. I want to be able to display who has taken a particular tests like QAC023332 and get the date he/she has taken it. I have it working , in queries ,where it shows what test were taken. But i would like it to show the " QAC" code and "N/A" for the date if that particular test was not taken.
Want Report to print:
John Doe
QAC023332 11/15/79
QAC023333 N/A
I think i might have to do this as a module with SQL.
Thanks In Advance.
I have a list of "Qac" codes and dates that are used to indicate what test were taken and when that particular test was taken. I want to be able to display who has taken a particular tests like QAC023332 and get the date he/she has taken it. I have it working , in queries ,where it shows what test were taken. But i would like it to show the " QAC" code and "N/A" for the date if that particular test was not taken.
Want Report to print:
John Doe
QAC023332 11/15/79
QAC023333 N/A
I think i might have to do this as a module with SQL.
Thanks In Advance.