F
Frank Martin
I have an append query "QryInvoiceGrouped" and I have set
its "top value" property to 1.
Therefore when I run this query it will append this 'top
value' into the destination table "LedgerTxns".
This works OK, but I need some setting in the table design
grid to ensure this procedure cannot be doubled up by
inadvertently running the append query twice.
A relevant unique field in the appended data is "OrderNo"
and I need some function to insert into the "OrderNo" field
property "ValidationRule" to ensure no duplicates are
possible.
Please help, Frank
its "top value" property to 1.
Therefore when I run this query it will append this 'top
value' into the destination table "LedgerTxns".
This works OK, but I need some setting in the table design
grid to ensure this procedure cannot be doubled up by
inadvertently running the append query twice.
A relevant unique field in the appended data is "OrderNo"
and I need some function to insert into the "OrderNo" field
property "ValidationRule" to ensure no duplicates are
possible.
Please help, Frank