How do I find my 'connection string'??? All help is appreciated...
J John Spencer (MVP) Jan 15, 2004 #2 You can type the following in the immediate window. ?CurrentDb.TableDefs("NameofTable").Connect That will return the connection string for a linked table.
You can type the following in the immediate window. ?CurrentDb.TableDefs("NameofTable").Connect That will return the connection string for a linked table.