Hi, I am very new to access and I have to create this application for work. The application imports information from a text document and transfers it into an access database. One such column is a Link such as \\computer\folder1\file.pdf. Setting this column as hyperlink does not hyperlink the file to anything. However a solution is to import it as a txt and then change the field type to hyperlink. And now here is my question:
How do you use SQL or a query to change the data type of a field to hyperlink?
ALTER TABLE [tablename] ALTER COLUMN [columnname] Hyperlink; does not work.
THANKS
How do you use SQL or a query to change the data type of a field to hyperlink?
ALTER TABLE [tablename] ALTER COLUMN [columnname] Hyperlink; does not work.
THANKS