i have an access front end and sql server backend. i would like to know which users are currently using the database. is this possible to do using access or sql-server?
This depends entirely on how security and access to the SQL Server is implemented in your access database
If it uses a a single SQL Server login for all users to the sql backend (which is common), then there's no way to know.