Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

transfer database acimport

Status
Not open for further replies.

mikeba1

Programmer
Joined
Jan 2, 2005
Messages
235
Location
GB
I am trying to transfer (copy) a table from one mdb to the current db.
Here is the code
DoCmd.TransferDatabase acImport, "Microsoft Access", "c:\newmembers\centremembersdata.mdb", acTable, "members", "copymembers"


no errors no transfer!!!!

any ideas

thanks
 
Sorry false alarm
The code I intended to be 'on click' however finger trouble and it was 'on double click'

Age catching up !!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top