Hi have have made a userinput query but it does not work. My plan is t have a query section and users can input data to query like Customers and related sales, etc. Here is my code:
Private Sub Command0_Click()
Sub MyFirstConnection()
Dim con1 As ADODB.Connection
Dim recSet1 As ADODB.Recordset...