Access 2k query question

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
 
K

Ken Snell

Can you use the DCount function in the module's code to "call" the query and
return the number of records (Count)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top