I am importing Oracle db tables into an Access db. I need to create a query that will create a new field and make the data type a Hyperlink. It seems that Access does not like the Alter Table cmd for this. It works fine with Text, Number, etc so I know that the general syntax is correct. Is there something special I have to add into the SQL statement to get Access to create this new field with the Hyperlink data type?