Help,
This is driving me mad.
I am trying to connect to a database using User Level Security.
I am setting the table name in code as below:
NewTabName = "tblIcons"
i have the following code so far:
'reattach table from new database
Set tbl = db.CreateTableDef(NewTabName)
tbl.Connect =...