Hi all,
Please another pair of eyes would be great to spot what I have been doing wrong. Being too long looking at it that can't find what is going wrong.
I need to copy my tables into another database but without the data. I am using:
It is copying but it copies the data of the table even though I am leaving the structure as TRUE!! (btw, I have tried with False as well and it copied the data the same way!!)
Could it be because my tables are linked and not direct in my front end?
Thanks
Mane
Please another pair of eyes would be great to spot what I have been doing wrong. Being too long looking at it that can't find what is going wrong.
I need to copy my tables into another database but without the data. I am using:
Code:
DoCmd.TransferDatabase acExport, "Microsoft Access", laptopDBSource, acTable, _
tblSourceDest, tblSourceDest, True
It is copying but it copies the data of the table even though I am leaving the structure as TRUE!! (btw, I have tried with False as well and it copied the data the same way!!)
Could it be because my tables are linked and not direct in my front end?
Thanks
Mane