Dec 17, 2003 #1 VBAguy22 IS-IT--Management Joined Aug 5, 2003 Messages 180 Location CA hello I have a table that needs to be saved programatically in a different databse on lan using VBA. How do I tell my db "Save table X using name Y in database c:\text.mdb"?
hello I have a table that needs to be saved programatically in a different databse on lan using VBA. How do I tell my db "Save table X using name Y in database c:\text.mdb"?
Dec 17, 2003 #2 WildHare MIS Joined Mar 1, 2002 Messages 1,801 Location US Check out the good ol 'TransferDatabase' action. It will do exactly what you want. JMH If at first you don't succeed, skydiving probably isn't for you! Another free Access forum: http://www.forumco.com/jmhareMore Access stuff at http://www.jmhare.com/wildhare.htm Upvote 0 Downvote
Check out the good ol 'TransferDatabase' action. It will do exactly what you want. JMH If at first you don't succeed, skydiving probably isn't for you! Another free Access forum: http://www.forumco.com/jmhareMore Access stuff at http://www.jmhare.com/wildhare.htm
Jan 7, 2004 Thread starter #3 VBAguy22 IS-IT--Management Joined Aug 5, 2003 Messages 180 Location CA do you have an example of this function @ work? Upvote 0 Downvote