Parse Username, Password in a macro

liddlem

Registered User.
Local time
Today, 23:51
Joined
May 16, 2003
Messages
339
I have a query that appends student information from the school admin database, to a table in my database.

The school db is accessed via an ODBC connection.

On one of my forms, there is a button that say "Update Student Data"
When the user clicks the button, a macro makes a call to the query.

The problem is that the end-user is always asked for username/password. (common to all users)

Is there a way that I can parse the UN/PW in the macro, when It calls the query?

eg in the "Query Name" box, why cant i I put
NameOfTheQuery, un=UserName, pw=Password

Is there another way to do this?
 

Users who are viewing this thread

Back
Top Bottom