Viewing (not Importing) SQL Server tables

mac300

Registered User.
Local time
Today, 02:33
Joined
Aug 9, 2007
Messages
12
I want to make an Access Form and queries (kind of a portal), which relates to tables on an SQL server. For this I need to have Linked Tables in the DB.

I use Access 2007, and tried the option in 'External Data > More > ODBC DataBase', and then choose 'Link to the data source by creating a Linked table'.

The problem is, that it seems that after I finish setting everything up, and choose the tables, it actualy Imports everything to the new DB.

I don't want or need to Import, just to have those tables as Linked to the tables in the SQL server. Bear in mind that the SQL Server is updated all the time, so if I Import everything the DB will grow each time.

Can anyone tell me if this is possible, and if yes then how? I would really appreciate it.
 
How do you know it's importing the data and not linking to the table? Do changes in data not appear when you run queries on your linked tables? For me, linked SQL Server tables act very much like local tables.
 
Well, u might b right.

I'll try it again and check it out. If it doesn't work, I'll come back here.

Tnx again.:)
 
In Access 2003 a little blue arrow shows up to the left of the table name for linked tables.
 
It's working

Ok, it seems to be working as it should, so I guess I was wrong :o.

Just 1 more question.

To connect to the SQL server the tables are linked to, I need to enter the password each time. Is there anywhere I can enter it, so it doesn't ask for it, since there's no option for remembering password?

Tnx again.
 
I'm not sure. I need to enter password for everything, every time. Even when I go to the bathroom! :D
 
If you have a .adp file then you can tick the save password box under file/connection. if you have a .mdb then I dunno :p
 

Users who are viewing this thread

Back
Top Bottom