dbTalk Databases Forums  

Link to table of different name

comp.databases.ms-access comp.databases.ms-access


Discuss Link to table of different name in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jim Devenish
 
Posts: n/a

Default Link to table of different name - 10-22-2010 , 06:11 AM






I have a (linked) table called 'Deliveries' linked to a table of that
name in the back-end.

I now want to create a new link to another table named 'Deliveries' in
a different back-end.

I would like to call the linked table in the front-end
'DeliveriesPrevious' but, of course linked to the back-end table named
'Deliveries'

I can create a table and connect it:
Dim aTable As DAO.TableDef
Set aTable =
CurrentDb.CreateTableDef("DeliveriesPrevious")
aTable.Connect = ";DATABASE=" & backEndDataFile
but this will assume that the back-end contains a table
'DeliveriesPrevious'.

Is it possible to specify the specific table in the back-end?

Jim

Reply With Quote
  #2  
Old   
Jim Devenish
 
Posts: n/a

Default Re: Link to table of different name - 10-22-2010 , 06:41 AM






Don't worry about this. I have done it !!!

Jim

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.