Hi guys. I am learning access by self-study and googling internet. I have question on connecting to a database.
Im not quite familiar yet with database, recordset, connection, and other requisites to connect to a database and retrieve record from a table and assign it to a particular variable...
cn.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0; " & _
"Data Source=" & App.Path & "\users.accdb" & _
"Jet OLEDB:Database Password=yani;"
that is my connection string. can somebody please tell me what's not right on it? I cant figure it out.
I am a newbie in learning access and I...