Everton1Blue
Technical User
Hello
I am trying to create a log-in page (MS Access) for the first time, and I am getting this error (among others!):
Compilation Error: BC30469: Reference to a non-shared member requires an object reference.
The error (blue underline) specifically refers to 'ConnectionString'.
Aren't I saying that OleDbConnection = ConnectionString, and isn't that correct?
Thanks!
I am trying to create a log-in page (MS Access) for the first time, and I am getting this error (among others!):
Visual Studio said:Dim conn As New OleDbConnection(ConnectionString)
Compilation Error: BC30469: Reference to a non-shared member requires an object reference.
The error (blue underline) specifically refers to 'ConnectionString'.
Aren't I saying that OleDbConnection = ConnectionString, and isn't that correct?
Thanks!