nickperez22
Technical User
How can I delete one linked table in Code? I tried setting the the current db to the linked db and then using the delete object method, however all it does is delete the reference to the front end. It seems as though I'm not pointing properly to the backend db.
I'm using
Dim db as database
'This is my backend data base
Set db = OpenDatabase("c:\program files\turns\poslite.mdb")
'This is the table I want to delete
DoCmd.DeleteObject acTable, "TITLESupd
I'm using
Dim db as database
'This is my backend data base
Set db = OpenDatabase("c:\program files\turns\poslite.mdb")
'This is the table I want to delete
DoCmd.DeleteObject acTable, "TITLESupd