Re: ?Examples to create new .mdb file and its tables from code (and more)
- From: "paul.schrum@xxxxxxxxx" <paul.schrum@xxxxxxxxx>
- Date: Mon, 10 Sep 2007 01:37:03 -0000
On Aug 24, 1:58 am, "Dirk Goldgar" <d...@xxxxxxxxxxxxxxxxxxxxxx>
wrote:
<snip>
To link to a table in the new database, you can use the
DoCmd.TransferDatabase method:
DoCmd.TransferDatabase _
acLink, _
"Microsoft Access", _
strNewDBPath, _
acTable, _
"People", _
"People"
Dirk,
I have used the above code snippet (which suggested) with success.
Now I would like to unlink those tables just before I exist the
database, but I don't see which DoCmd command does that. Can you
help?
- Paul Schrum
.
- Prev by Date: Re: Copying Tables
- Next by Date: Re: Copying Tables
- Previous by thread: Is Access Running
- Next by thread: Re: Best way to get info from 'called form' back to 'calling form'.
- Index(es):
Relevant Pages
|
Loading