L
lucainbici
Hello, I'm writing in English but I'm Italian: forgive my language errors ...
I'm burning my brain. I'm trying to write some rows of code in a form of the
front-end database, to get the path of a related table in the back-end
database, and put it into a string on a msg box. Someone can help me?
I'm at this point:
---
Dim Tabella As TableDef
Dim Connessione As String
Tabella = Agencies ' Agencies is a related table in the back-end access
database
Connessione = Tabella.SourceTableName
MsgBox "You're working on" & Connessione, vbOKOnly, "Connection"
I'm burning my brain. I'm trying to write some rows of code in a form of the
front-end database, to get the path of a related table in the back-end
database, and put it into a string on a msg box. Someone can help me?
I'm at this point:
---
Dim Tabella As TableDef
Dim Connessione As String
Tabella = Agencies ' Agencies is a related table in the back-end access
database
Connessione = Tabella.SourceTableName
MsgBox "You're working on" & Connessione, vbOKOnly, "Connection"