hi Colm,
> Thanks but this only works the reverse way ie I could copy a table
> from the current db to another db but not the table from the other db
> to the current db.
Nope, if you don't specify a database you can copy it:
DoCmd.CopyObject , "TEST", acTable, "CopyTable"
> Thx for the commandments - I should send this to the idiot that wrote
> this code:-)
Do this. Better late than never:)
mfG
--> stefan <--
colmkav - 04 May 2007 16:29 GMT
Tx but that wont work because its a linked table and I dont want the
linked table.
As I say is there an import table function?
Colm
> hi Colm,
>
[quoted text clipped - 13 lines]
> mfG
> --> stefan <--
Aaron Kempf - 05 May 2007 00:27 GMT
yeah, if you don't want to deal with linked table crap-- then move to Access
Data Projects-- and keep all your DATA and QUERIES where they belong (on a
secure DATABASE SERVER)
Seriously
File, New, Project (existing data)
> Tx but that wont work because its a linked table and I dont want the
> linked table.
[quoted text clipped - 20 lines]
> > mfG
> > --> stefan <--
Stefan Hoffmann - 07 May 2007 09:59 GMT
hi Colm,
> Tx but that wont work because its a linked table and I dont want the
> linked table.
>
> As I say is there an import table function?
Yes, the import wizards uses DoCmd.TransferDatabase.
mfG
--> stefan <--
colmkav - 04 May 2007 16:31 GMT
sorry but that wont work because it just copies the link and the whole
point is that I dont want a linked table
Is there an "import table" function I can use?
Colm
> hi Colm,
>
[quoted text clipped - 13 lines]
> mfG
> --> stefan <--
colmkav - 04 May 2007 16:32 GMT
sorry but that wont work because it just copies the link and the whole
point is that I dont want a linked table
Is there an "import table" function I can use?
Colm
> hi Colm,
>
[quoted text clipped - 13 lines]
> mfG
> --> stefan <--
colmkav - 04 May 2007 16:39 GMT
sorry but that wont work because it just copies the link and the whole
point is that I dont want a linked table
Is there an "import table" function I can use?
Colm