netbumbler
ISP
Here's my code:
UPDATE pTquick SET pTquick.openpcount=DCOUNT("*", "pRquick", "unitnum=" & pTquick.unitnum & " AND isnull(pRquick.exporteddate)");
I'm trying to count the sum of process matching accountnums (unitnum) and only those processes that have a date of export.
Is this a syntax issue here? Or anyone have a better method?
Thanks much,
Chris
BTW - Access runs this query by give a 'cannot execute query because of a type conversion failure (openpcount is defined as an integer).
UPDATE pTquick SET pTquick.openpcount=DCOUNT("*", "pRquick", "unitnum=" & pTquick.unitnum & " AND isnull(pRquick.exporteddate)");
I'm trying to count the sum of process matching accountnums (unitnum) and only those processes that have a date of export.
Is this a syntax issue here? Or anyone have a better method?
Thanks much,
Chris
BTW - Access runs this query by give a 'cannot execute query because of a type conversion failure (openpcount is defined as an integer).