Transferring the data itself is of course no problem through an ODBC
connection. The problem is handling the value labels. (The variable
labels are also tricky but not such a major issue). The problem is
mainly with the categorical variables and is as follows:
In Access (or any other database, as far as I am aware) the labels are
stored in a separate table. For example, 1 and 2 are stored in a data
table and the corresponding Male and Female labels are stored in a
second "lookup" table. That is not how Stata or SPSS stores labels, so
when the data is brought back into one of those packages, the value
labels are lost. I want to retain the numerical data and retain the
labels. I am concerned about this because the dataset is so large that
I don't want to have difficult to interpret numerical data when the
data is shared with other analysts.