I'm making some security check on an MDB file and it looks like its OK, no special key allowed etc. however, when they preview a report in acPreview, they have a database window button . Could this be removed or altered via a code or something ?
Thanks - Art
I am making the security on a client side application .
Everything is fine except that when they preview a report, it was accomplished using docmd.openreport reportname,acViewPreview. this mode has the database window button on it and they could click it to look at the modules.
is there a...
Thanks anyways. What i did was perhaps the hardway. I created the server mdb to be an auto run job which will read the list of report to delete, and delete the reports and quit.
My client side MDB will shell to this MDB everytime.
- Art
i really desperately need it vidny. I had tried the shell command API to open the server's mdb file which automatically read a file and execute from it. But when i do it from the access client mdb it wont work. Manually it does.
I also tried automating it by creating another access app , and...
thanks. But I tried it and didnt work.
I have the following code...
on my client's MDB delete_report module
but still it doesnt work:
aApp.DoCmd.DeleteObject acReport, strRpt
I also tried the shell command and still doesnt.
I made the server MDB an auto function to delete the report
but it...
I want to make users in client side DB be able to access another DB (server.MDB) and delete the reports there that he/she placed in using the docmd.databasetransfer. Is there any way of doing this ?
Or I just have to link to that other MDB in the server side and executew deletion from there...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.