Access 2k query question

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Does anyone know how to pass a field from a query to a
user defined function (module)?

I need to read in an integer field and setup a counter
from the query.

My counter will count # of items produced each day so
that I can calculate a complete date for each record.

Any help would be appreciated
 
Can you use the DCount function in the module's code to "call" the query and
return the number of records (Count)?
 
Back
Top