Create a column to store hyperlinks (ADP)
In aMicrosoft Access project (.adp) connected to a Microsoft SQL Server 2000 database, you can create a character string field that contains a hyperlink.
- In the Database window, click Tables under Objects, click the table you want to open, and then click Design on the Database window toolbar.
- In the first blank row, click in the Column Name column and type a unique name for the field.
- In the Data Type column, select char, nchar, nvarchar, or varchar.
- In the Length column, set an appropriate value (in number of characters) for the hyperlink addresses that you'll store.
- In the column properties, under the Columns tab, scroll down to the Hyperlink property, and set the value to Yes.
- Click Save to save the table definition.
Note If you don't want to change the table definition, you can still create a hyperlink on a form or report control containing a character string data type field by setting the Is Hyperlink property to Yes.