I want to copy data from one table into another table. The problem is I have one column in the destination that is an autonumber field.
I want to put the number from the source table in that autonumber field as I have already captured it using the nextnum function. Other than using unload/load does anybody know a way to achieve this? TIA Dan Goldberg

