sorry to make you confused, the following is the tasks i want to do
i have 3 Tables (table1, table2, table3) and 1 form (form1). I would like to add a button in form1 and set a event procedure on every click.
1st-> i need to go through all record in table1 and find a record that match...
When i try to run this program, a error shown i haven't set object variable or with block variable.
Does anyone know what's problem of the following VB code?
Private Sub Command8_Click()
Dim cnn As ADODB.Connection
Dim rst As ADODB.Recordset
Set cnn = CurrentProject.Connection
rst.Open...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.