I have been searching for some time on the Access forums but haven't quite seen a probllem lik this.
I have a report in a sales database that has the following on open script:
I just split my po database and put a password on po_be.mdb. Now when I try and run this report, I get a runtime 3031 invalid password error.
Is there a way to define the password? I don't want to like the tables to the sales database for security reasons.
Thanks,
Andrwe
"God is a comedian playing to an audience too afraid to laugh."
-- Francois Marie Arouet (Voltaire)
I have a report in a sales database that has the following on open script:
Code:
sqlst = "SELECT ... " _
& "FROM ... IN '\\networkpath\po_be.mdb' " _
& "WHERE ...;"
Me.RecordSource = sqlst
Is there a way to define the password? I don't want to like the tables to the sales database for security reasons.
Thanks,
Andrwe
"God is a comedian playing to an audience too afraid to laugh."
-- Francois Marie Arouet (Voltaire)