Hi,
I have created a unique number for my MS Access 2007 table. This number takes 3 of the existing fields and concatenates them together. The DB has a temporary import table which will only add records to the main table if the unique number doesn't exist in the master table.
What I would like to know is that would it increase performance to store this field as a DOUBLE or should I keep it as TEXT.
An example of this number would be:
0000131003111
(13 digits)
Thanks,
Mark
I have created a unique number for my MS Access 2007 table. This number takes 3 of the existing fields and concatenates them together. The DB has a temporary import table which will only add records to the main table if the unique number doesn't exist in the master table.
What I would like to know is that would it increase performance to store this field as a DOUBLE or should I keep it as TEXT.
An example of this number would be:
0000131003111
(13 digits)
Thanks,
Mark