Hello,
I have a problem with a database that is full of data.
It is used to enter a reference number and then the DB generates an Autonumber as a unique ID and primary key.
the problem is the people that issue the original reference number have changed from a 9 digit number to a 10 digit number so that any numbers past 2 billion long cannot be entered.
I have tried changing the field to a text field but that creates other problems, manly the fact that now any preciding numbers in the reference are entered as well.
eg. number 0087282057 in a number field would be entered 87282057.
This creates problems in my validation of unique codes (we do get duplicates in that need to be identified.)
So the question is there a way of having larger numbers in access?
or
Any one got an Idea how to get around this?
I have a problem with a database that is full of data.
It is used to enter a reference number and then the DB generates an Autonumber as a unique ID and primary key.
the problem is the people that issue the original reference number have changed from a 9 digit number to a 10 digit number so that any numbers past 2 billion long cannot be entered.
I have tried changing the field to a text field but that creates other problems, manly the fact that now any preciding numbers in the reference are entered as well.
eg. number 0087282057 in a number field would be entered 87282057.
This creates problems in my validation of unique codes (we do get duplicates in that need to be identified.)
So the question is there a way of having larger numbers in access?
or
Any one got an Idea how to get around this?