Having trouble with trying to display the details inside a recordset
I have the code below
Set rsset = dbase.OpenRecordset("SELECT * FROM [qrySalesAreaList] WHERE [Sales Area] ='" & _
txtSalesArea & "'")
The query works but I want to be able to diplay the results in a normal access query view.
I have the code below
Set rsset = dbase.OpenRecordset("SELECT * FROM [qrySalesAreaList] WHERE [Sales Area] ='" & _
txtSalesArea & "'")
The query works but I want to be able to diplay the results in a normal access query view.