I have created a client server application where users can create reports locally and on the server through the docmd.transferobject.
However, the reports i placed on the server, i want to clean from the client side, so each user can delete what he placed in the server. But using docmd.deleteobject acreport,reportname only deletes the one in current db.
Is there anyway to say i want to delete the report "ReportX" in say "//company/servermdb.mdb" ?
I had spent the whole afternoon already trying to figure it out.
Thanks for any response - Art
However, the reports i placed on the server, i want to clean from the client side, so each user can delete what he placed in the server. But using docmd.deleteobject acreport,reportname only deletes the one in current db.
Is there anyway to say i want to delete the report "ReportX" in say "//company/servermdb.mdb" ?
I had spent the whole afternoon already trying to figure it out.
Thanks for any response - Art