H
Holger Lochner
Hi there,
I'd like to change the field attributes from memo to hyperlink, bu
don't know how.
Here's what I tried so far:
Set DB = CurrentDb
Set Tbl = DB.TableDefs("myTableName")
Set Fld = Tbl!myFieldName
Fld.Attributes = dbVariableField + dbHyperlinkField
But this is not working. PLEASE help me
I'd like to change the field attributes from memo to hyperlink, bu
don't know how.
Here's what I tried so far:
Set DB = CurrentDb
Set Tbl = DB.TableDefs("myTableName")
Set Fld = Tbl!myFieldName
Fld.Attributes = dbVariableField + dbHyperlinkField
But this is not working. PLEASE help me