I don't want to see them myself or assign them to variables... I have a connection string thats fetching data from a Remedy Server and in the connection string in VBA I can assign the UserID / Password within the connection string...
However its several users that would be using the file so I was hoping there maye be an API call or something like that that will automatically supply the current users Username / Password to the server I am logging into?
I know like when I am logging into my SQL server using MS SQL Studio 2005 there is a checkbox for "Use NT Credentials" so I don't have to manually type in my User/PW.
However its several users that would be using the file so I was hoping there maye be an API call or something like that that will automatically supply the current users Username / Password to the server I am logging into?
I know like when I am logging into my SQL server using MS SQL Studio 2005 there is a checkbox for "Use NT Credentials" so I don't have to manually type in my User/PW.