S
Sudhakara
Hi,
I need to Export the design of a Report ie., Report Object
from one database to another. I am using the
Application.DoCmd.TransferDatabase method, but not able to
export a report design object. Can anyone please help me
on this.
First I will select the source and target database in the
gui of VB. Now, once the source database is selected, a
list will be filled with all the reports that exists in
the database. Now, when I click on the export button
wherein I have the following code, it is not exporting the
report design.
objAccess.DoCmd.TransferDatabase acExport, "Microsoft
Access", Trim(txtTarget), acReport, Trim(cmbSource.Text), _
"Testing", True
Can anyone guide me where I am wrong
Regards
Sudhakara.T.P.
I need to Export the design of a Report ie., Report Object
from one database to another. I am using the
Application.DoCmd.TransferDatabase method, but not able to
export a report design object. Can anyone please help me
on this.
First I will select the source and target database in the
gui of VB. Now, once the source database is selected, a
list will be filled with all the reports that exists in
the database. Now, when I click on the export button
wherein I have the following code, it is not exporting the
report design.
objAccess.DoCmd.TransferDatabase acExport, "Microsoft
Access", Trim(txtTarget), acReport, Trim(cmbSource.Text), _
"Testing", True
Can anyone guide me where I am wrong
Regards
Sudhakara.T.P.