F
Frank Martin
We have a double-entry general ledger and we need a push-button to copy and
paste the previous record into the relevant second general-ledger account.
For example:
A100: Cash at Bank
H400: Manufacturing supplies:
The first step is to enter the data into the A100 account, and hopefully by
pressing the push-button, via the macro, to copy the same details into the
H400 account. We would then reverse the Db/Cr details.
We have tried the macro method with the following successful start:
OpenForm: (The GL transaction subform)
GotoRecord: (The last record entered, which is the one required.)
But we do not know how to get this last record back into the ledger H400
account; the macro does not seem to do the basic copy/paste operation.
Please help, Frank
paste the previous record into the relevant second general-ledger account.
For example:
A100: Cash at Bank
H400: Manufacturing supplies:
The first step is to enter the data into the A100 account, and hopefully by
pressing the push-button, via the macro, to copy the same details into the
H400 account. We would then reverse the Db/Cr details.
We have tried the macro method with the following successful start:
OpenForm: (The GL transaction subform)
GotoRecord: (The last record entered, which is the one required.)
But we do not know how to get this last record back into the ledger H400
account; the macro does not seem to do the basic copy/paste operation.
Please help, Frank