field types

W

w

Hello, I just have a quick question. For the field types
that are ID numbers (but not actually calculated values),
should I set their field type to a text field instead of a
numeric field? Also if I have a lookup table with states
initials(text field), state names(text field), and region
number(like all states in the west have a regional number
1 for example), should the region number be a text field
instead of a numeric field?

Thank you!
 
K

Kelvin

Doesn't matter. Just as long as you are consistent. Number take us less
storage so your database will run a little faster.

Kelvin
 
T

Tim Ferguson

Kelvin said:
Doesn't matter. Just as long as you are consistent. Number take us less
storage so your database will run a little faster.

It also makes a difference how many regions there will be -- region "11"
will sort before region "2", which may or may not be right for the
application.


B Wishes


Tim F
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top