I am having real problems with creating a unique field in my main table.
The problem arises because I am importing a text file into the table and the text file does not actually contain a unique field itself.
I have tried out an autoincrement field but this causes existing code that inserts extra records according to a value in the ‘quantity’ field to fail.
Can anybody suggest a way of automatically inserting a value that could be unique for each record?
Thanks,
Woody
The problem arises because I am importing a text file into the table and the text file does not actually contain a unique field itself.
I have tried out an autoincrement field but this causes existing code that inserts extra records according to a value in the ‘quantity’ field to fail.
Can anybody suggest a way of automatically inserting a value that could be unique for each record?
Thanks,
Woody