KeyNumber
Applies to
VAccess
Description
Set to -1 in order to perform a no-currency-change Insert or Update operation.
Remarks
This property is not available in the property sheet. However, you can use this property to specify that you want to perform a no-currency-change Insert or Update operation. For example:
.KeyNumber = -1 ' No currency change (NCC)
See PSQL Programmer's Guide for more information on no currency change (NCC) operations.
See Also
Affects: Insert, Update