hey guys,
i'm developing an application for a client that uses an Access database as its backend. they're going to install the application on about 15 computers which all connect to this one database.
the problem is, my program crashes on the client unless the user running the program has admin rights on the pc. is there any way i can have the program run on a user who doesn't have admin rights on the computer/database? i haven't found a way to do that so far.

thanks.