1
116
I am looking for a count of items meeting certain criteria. I am using this
< Between DLookUp("[Date]","t_Heat_Treat_Oven_Log","[PC]='THERM'") And Date()
to do this in one query?
Thanks
David
< Between DLookUp("[Date]","t_Heat_Treat_Oven_Log","[PC]='THERM'") And Date()
the above in a sub query, and create one just for the count. Is there a wayto retrieve the data, but have been unable to get a count. I had to put
to do this in one query?
Thanks
David