When the SQL db is on the same pc as the Access .accdb, I can use a connect string like
"ODBC;DRIVER=ODBC Driver 17 for SQL Server;SERVER=DESKTOP-KQTNJ42\SQLEXPRESS;UID=savf;PWD=1234;Trusted_Connection=No;APP=Microsoft Office;DATABASE=VF1"
To modify the connect string to access the SQL db on a network do I only need to change
"SERVER=DESKTOP-KQTNJ42\SQLEXPRESS;"
to something like
"SERVER=\\servername\DESKTOP-KQTNJ42\SQLEXPRESS;"
"ODBC;DRIVER=ODBC Driver 17 for SQL Server;SERVER=DESKTOP-KQTNJ42\SQLEXPRESS;UID=savf;PWD=1234;Trusted_Connection=No;APP=Microsoft Office;DATABASE=VF1"
To modify the connect string to access the SQL db on a network do I only need to change
"SERVER=DESKTOP-KQTNJ42\SQLEXPRESS;"
to something like
"SERVER=\\servername\DESKTOP-KQTNJ42\SQLEXPRESS;"