Sharepoint's login prompt from Access

Mikeleroi

New member
Local time
Today, 00:56
Joined
Jan 9, 2012
Messages
1
Hello experts!

I am working with a db placed in a Sharepoint server, so every user that needs to use it has a Front-End (Access .mdb file). Once they open the file, a window appears using Access' security, each user logs in, and they can see the different forms, tables, and so on.

The issue is, when they need to work with a table, first time a table is opened Sharepoint prompts authentication.

I would like to know: Is there any way to workaround this authentication window, using the current user and pass?

I have been trying using a form at the beggining, so it gets the current user with CurrentUser(), it checks for this user in a table, gets the pass, but don't know how to establish a connection with the server using this pair user/pass.

Could you help me?

Thanks in advance
 

Users who are viewing this thread

Back
Top Bottom