Access has the ability to create tables by using SQL data definition queries through SQL. I'm trying to create a table with a hyperlink field type, but am having trouble with the syntax for that field. Access gags if I just specify HYPERLINK, e.g.
DoCmd.RunSQL "CREATE TABLE MyTable (MyLink HYPERLINK)"
I've also tried combinations of the 3 parts of a hyperlink, but no luck there either.
Any ideas?
AvGuy
DoCmd.RunSQL "CREATE TABLE MyTable (MyLink HYPERLINK)"
I've also tried combinations of the 3 parts of a hyperlink, but no luck there either.
Any ideas?
AvGuy