i am using vb6 and crystal report ten ms access 2003
i had made a password in my access .now when i uses the following code its give me error that invalid password
i am filtering the crystal report with the following code
so how to correct the code to open query in password protected access
i had made a password in my access .now when i uses the following code its give me error that invalid password
i am filtering the crystal report with the following code
Code:
invoicerep.SQLQueryString = "select * from salessummary where [invoice no]=" & invnotxt & ""
Comment