linking tables when computer doesn't have access installed?

S

SirPoonga

I need to link tables on the intranet server. I created an ASP.NET
interface to a database. The database has some linked tables. The
databases are going to reside in the same folder on a computer that
does have Access installed. How do I relink the tables after I move
the files there?
 
A

Albert D. Kallal

That is a problem.

You might be able to fire up virtual pc, or perhaps name a computer with the
same name as the server, and then put the data in the correct folder..and
then link. You will have to do ALL of this BEFORE you transfer the
file.....
 
S

SirPoonga

I figured. Since teh drive letter the files are going to be on is D:
on the server and on this computer that is the cd drive I just burned
teh db files to disc to create the links.
 
Top