E
eighthman11
Hello everyone (using access 2000)
Hopefully someone can help. I have code in my application that
creates a link to an excel spreadsheet on the fly. When the process
is over it deletes the link. I also have code that links a text file
on the fly. When the process is over it deletes the object.
I have to do these links on the fly. So any solutions that remove the
process of linking objects on the fly are not feasible. Also the link
objects will not always have the same name. The name of the link
object will be the same as the CurrentUser().
Everything works fine when I run the processes; signed in with Admins
authority but when a User signs in the code will not create the link
or delete the link.
When I gave one of the users Admins authority the processes ran
without a problem.
I really really really don't want to give the users Admins authority.
Does anyone out there have a solution? Any help appreciated. Can you
give someone temporary authority to an object with code then remove it
when the process is complete?
Thanks
Ray
Hopefully someone can help. I have code in my application that
creates a link to an excel spreadsheet on the fly. When the process
is over it deletes the link. I also have code that links a text file
on the fly. When the process is over it deletes the object.
I have to do these links on the fly. So any solutions that remove the
process of linking objects on the fly are not feasible. Also the link
objects will not always have the same name. The name of the link
object will be the same as the CurrentUser().
Everything works fine when I run the processes; signed in with Admins
authority but when a User signs in the code will not create the link
or delete the link.
When I gave one of the users Admins authority the processes ran
without a problem.
I really really really don't want to give the users Admins authority.
Does anyone out there have a solution? Any help appreciated. Can you
give someone temporary authority to an object with code then remove it
when the process is complete?
Thanks
Ray