Yeah i know that, and that is what I did. The issue is that I am working in excel and using excel VBA to pull data from access into excel. When I try and pull the data accross I get the following error message in the following line of code.
Set rs = qdf.OpenRecordset
i get a "Undefined function 'nz' in expression.
As nz doesnt work in excel it's probably just going to be easier to pull the rawdata across and use pivot tables in excel to put the data into a graphable form.