Connecting thru a network.

T

TDS

I need to connect an MDB file on one computer to a SQL server express
database on another computer on a network. Any links on where I can go to
learn to do this?

Terry
 
N

Norman Yuan

If the SQL Server Express is set up correctly (meaning it allows access from
other computers), you simply start your MS Access and click menu File->Get
External data->Link Tables...(or Import, if you you want import data from
SQL Server one time only). On "Link" or "Import" file open dialog box, go to
"Files of tpe" dropdown list, select "ODBC databases()", which lead you to
"Selct Data Source" dialog. Continue on to create new ODBC data
source/select existing ODBC data source, which connects to SQL Server
Express. Once all this done, you have a Access *.mdb file that links to SQL
Server database.

BTW, this NG is for Access ADP project, not *.mdb linked Access front end.
You may go to microsoft.public.access to get better responds to your
questions
 
T

TDS

Thank you,

Norman Yuan said:
If the SQL Server Express is set up correctly (meaning it allows access
from other computers), you simply start your MS Access and click menu
File->Get External data->Link Tables...(or Import, if you you want import
data from SQL Server one time only). On "Link" or "Import" file open
dialog box, go to "Files of tpe" dropdown list, select "ODBC databases()",
which lead you to "Selct Data Source" dialog. Continue on to create new
ODBC data source/select existing ODBC data source, which connects to SQL
Server Express. Once all this done, you have a Access *.mdb file that
links to SQL Server database.

BTW, this NG is for Access ADP project, not *.mdb linked Access front end.
You may go to microsoft.public.access to get better responds to your
questions
 
A

aaron.kempf

if you're using SQL Server you really should be using Access Data
Projects

SERIOUSLY

MDB sucks compared to ADP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top