R Rick Brandt Jun 1, 2005 #2 Cbarton said: Can I make a number longer than Long Integer in Access? If so, How. Thanks. Click to expand... Use a Double for the length instead of Long Integer.
Cbarton said: Can I make a number longer than Long Integer in Access? If so, How. Thanks. Click to expand... Use a Double for the length instead of Long Integer.
G Guest Jun 1, 2005 #3 I am going to use a text field, and limit the possible characters to numerical numbers. The field I need does not need to be calculated, so I can do this. Thank you.
I am going to use a text field, and limit the possible characters to numerical numbers. The field I need does not need to be calculated, so I can do this. Thank you.