R
Rafael Chemtob
Hi,
I am opening an access file from a VB App. I am also part of a security
group and when this app executes, it prompts me for my password.
I use the
objAcc.OpenCurrentDatabase sDATABASEPATH & sEMPDATA2000, False, "sa"
The last parameter is the password parameter. If I pass it or not, it still
prompts me.
Any ideas how to get rid of it?
thanks
I am opening an access file from a VB App. I am also part of a security
group and when this app executes, it prompts me for my password.
I use the
objAcc.OpenCurrentDatabase sDATABASEPATH & sEMPDATA2000, False, "sa"
The last parameter is the password parameter. If I pass it or not, it still
prompts me.
Any ideas how to get rid of it?
thanks