jomarelectric
IS-IT--Management
access 2002
hello, all..
i need to do a running total.
my invoice field can either startwith "C" (cash sale) or "0" (account). i need only the invoices that startwith "C".
in crystal reports i create a formula like this in my running total:
can i do something similar in access w/out getting into VB?
hello, all..
i need to do a running total.
my invoice field can either startwith "C" (cash sale) or "0" (account). i need only the invoices that startwith "C".
in crystal reports i create a formula like this in my running total:
Code:
left({INIH.INVOICE},1) = "C"
can i do something similar in access w/out getting into VB?