
Hi there,
I have a table that stores account numbers and other data. The account numbers are the primary using a number field with long integer.
The problem I have is some of the account numbers are too long for the long integer max field size. Can I use a text field instead of using number(long integer) or is there and alternative?
Chris