S
Steven
I get a message back "Not a valid password". But I know
the password is correct. What is wrong with this sql
statement. There must be something structurally incorrect
with the password portion.
Dim sqlUnionQry As String
sqlUnionQry = "Select * From Vendors
IN 'C:\History.mdb' 'PWD=pwhistory';"
Me.RecordSource = sqlUnionQry
Thank you for your help.
Steven
the password is correct. What is wrong with this sql
statement. There must be something structurally incorrect
with the password portion.
Dim sqlUnionQry As String
sqlUnionQry = "Select * From Vendors
IN 'C:\History.mdb' 'PWD=pwhistory';"
Me.RecordSource = sqlUnionQry
Thank you for your help.
Steven