Acces Security without unique accounts

D

David R. Eaton

I am using ACCESS as a front end for a SQL database. The database is
basically a trouble call tracking system and I want to implement queues for
different technicians. Is there a way to determine who is logged onto the
workstation and either map them to a user within the database or forgo
internal access accounts all together and just use the Domain credentials
within the database. I really do not want to create accounts for our
rotating technical personnel and maintain a whole sepparate password list. I
don't have time to manage another monster.

Any info is appreciated. Feel free to respond via e-mail to
(e-mail address removed)
 
K

KW

You can also handle it in your ODBC Definition. There is a
spot for a username and password when your setting the
ODBC connection up. set a user on the SQL server that is
generic that has whatever permissions you want the general
user to have. The set that username and password in the
ODBC defiunitioin on the users computer.

Hope that helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top