I have created a query to retrieve certain results and a report that is connected to this query. This query asks for date parameter to retrieve results. It looks somewhat like this:
Select TicketNo, Name, TotalFee from [MainEntry] Where DateIssue=?;
I created this query in MS Access and saved it in the MDB. I want to know how to call this query from VB.NET?
