Number datatype usually occupies less memory space than text, depending on
the number of digits in the number (as the number of digits increases, text
uses more memory while number uses same amount regardless of digit count).
So go with number.
--
Ken Snell
http://www.accessmvp.com/KDSnell/
"Steve" <(E-Mail Removed)> wrote in message
news:18C8F658-8083-4A6C-8868-(E-Mail Removed)...
> Greetings:
>
> I have numeric data with which I do not need to perform calculations nor
> do
> I need to sort it. Is it better to store this type of data as a number or
> text in terms of the efficiency of the database? Thanks for any thoughts
> on
> this.
> --
> Steve