How do I use DMax?
Ok, my query is using two tables. tblBatchExport and tblCheckReg
BatchNum, BatchRunDate come from the first, CheckNo comes from the last.
I want to make a single row table with these three pieces of data. (the table they make is used by Crystal Enterprise to run a series of reports)
If I use the 'totals' button and do group by for the batchnum and batchrundate it works fine but if I use Last or Max the checkno (properties is a number not a text) I get odd results.
I tried using the dmax as a formula field but got a type mismatch. I tried using the 'totals' as described above with DMax as a criteria and still got the type mismatch.
I hope I've given you enough to go on, I appreciate your help.