"Bryan" <(E-Mail Removed)> wrote in message
news:1B575252-6FE3-414F-AE24-(E-Mail Removed)
> It's actually someone I work with that's doing this. They're
> importing data into our decision engine from an Access database.
>
> Many of the field names have at least one "." in the name, while some
> have none (and also, some have many).
>
> Because they're using the field name in a select statement, of course
> it must match exactly to import the data.
I'm not sure about the "of course" part of that. It doesn't seem all
that unlikely that an import feature for some (unspecified) program
might allow for mapping field names. Is the SELECT statement in
question being created and run by this "decision engine", or is it in
Access?
Does the import feature in question support importing from CSV files?
If so, you might export from Access to a CSV file, add the desired
field-name header line, and then import that into the other program?
Or could you make it a two-step process: define the Access tables with
some special character in the field names to represent the dot, then
have the import process import them into some temp table, rename the
fields by replacing that character, and then append that temp table to
the permanent table?
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)