M Marshall Barton Dec 12, 2004 #2 Jim said: How can I refer to the BE from the FE? Click to expand... The path to the backend is contained in the Connect property (DATABASE=path) of each linked TableDef. If the BE is a JET mdb file: path = Mid(CurrentDb.TableDefs!tablename.Connect, 11)
Jim said: How can I refer to the BE from the FE? Click to expand... The path to the backend is contained in the Connect property (DATABASE=path) of each linked TableDef. If the BE is a JET mdb file: path = Mid(CurrentDb.TableDefs!tablename.Connect, 11)
J Jim Evans Dec 12, 2004 #3 Thank you, Marsh. Jim Evans Marshall Barton said: The path to the backend is contained in the Connect property (DATABASE=path) of each linked TableDef. If the BE is a JET mdb file: path = Mid(CurrentDb.TableDefs!tablename.Connect, 11) Click to expand...
Thank you, Marsh. Jim Evans Marshall Barton said: The path to the backend is contained in the Connect property (DATABASE=path) of each linked TableDef. If the BE is a JET mdb file: path = Mid(CurrentDb.TableDefs!tablename.Connect, 11) Click to expand...