Trx - Sales - Cash Receipts only allow one running number.
the need is to have different running number by checkbook, as stated in Batch Header.
the running number is stored using DUOS, by each checkbook.
when cash receipt is saved, and focus is at cash receipt number (which is show the next number as per sales setup),
(I use VBA to read the next running number by checkbook stored in DUOS), but I am not able to change / set the cash receipt number.
I have try:
Me.Receipt.Focus(next checkbook cash receipt number)
Me.Receipt.value = (next checkbook cash receipt number)
sendkeys (next checkbook cash receipt number)
but all above are not working.
appreciate any helps.
thanks in advance.