F
Frank Martin
I have a Append query "QrySuppTxns" and some of its fields
are constantly appended to a table "tblLedgerTxns".
This works OK but I also need a unique field from the
"QrySuppTxns" to avoid any possible duplication in the
append step.
Can I combine two fields in the "QrySuppTxns" to create a
unique third even if the fields have different data types?
That is, can a text value such as "As34m" be combined with
an autonumber field such as "457" to give "457As34m" in a
new text field?
Please Help.
are constantly appended to a table "tblLedgerTxns".
This works OK but I also need a unique field from the
"QrySuppTxns" to avoid any possible duplication in the
append step.
Can I combine two fields in the "QrySuppTxns" to create a
unique third even if the fields have different data types?
That is, can a text value such as "As34m" be combined with
an autonumber field such as "457" to give "457As34m" in a
new text field?
Please Help.