Periods in Column Names

M

mac

I'm trying to create a link table, linking to a SQL Server database.
However, there are periods in the column names in the table I'm trying
to link to. Is there any way to have Access create the link table
without choking on the columns with the periods?

Thanks.
 
D

Duane Hookom

Can you create a view in SQL Server and link to the view rather than the
table?
 
Top