Analysis Datatypes Mapping to Access Datatypes

Here's a mapping from the analysis datatypes to Access Datatypes.

Thanks to Jim Connell of Custom Software, the Access expert who provided this mapping.

Analysis Datatypes Mapping to Access Datatypes
Analysis Datatype NameCorresponding Access Datatype NameNote
indicatorByte
codeNumber or Textif Number, then integer
datetimeDate/Time
dateDate/Time
timeDate/Time
moneyNumberDouble, although a single or a decimal could be used; early versions of Access had imprecision with singles, so doubles are the recommended field type
amountNumberDouble; a second text field would be used for units
quantityNumberInteger
sequence numberNumberInteger
addressTexttypically requires multiple columns, one for each portion of the address
phone numberText
email addressText
internet addressHyperlink
identifierText
name-personTexttypically requires multiple columns, one for each portion of a person's name
name-organizationText
name-otherText
specification textText
textTextpotentially Memo if length is greater than 255 characters
encoded dataOLE Object
ratioNumberDouble; depending on the needed precision, decimal is a possibility

back to top