Type Description
-------------------------------------------
String or Text Can have any characters and numbers
Numeric Only Numbers digits (best for currency and math formulas)
Date Format varies 03/02/01 20010302 (best when you need to calculate dates like 30 days back, or..)
Memo Can hold Large amounts of non-searchable text or numbers
Each type above usually has sub types Numerci can be Integer, (no decimal places), Long Integer, Single (decimals), Double, Currency, etc.
Each number type takes up less space that the next.
The fastest search or to find an item in your database is Numeric. Numbers usually only take a few bytes to hold a large number.
Remember in the old days the computers could not find anything unless you knew its NUMBER. That why they used a number cause it was very fast to find. DougP, MCP
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.