Hello -
I am trying to open an ADO recordset using a parameter query and am having problems getting it to work. At this point, it is becoming apparent to me that I need another set of eyes to look at what I am doing and tell me where I am going astray. I have attached a small mdb that illustrates my problem.
I have a table (tblBatch) with one record for each batch/subbatch. I want to select records that were received for a given range of dates.
The query (qryBatch) works OK. For some reason, the recordset is not opening. I am actually working on a much more involved db,query and form. I had created this demo db to illustrate another problem about which I will be asking subsequent to this question. I did have a version of this code selecting just for the dates working earlier. Now it isn't (I guess I should have known it was going to be one of those days when I forgot my security badge this morning...).
The question is: why isn't this recordset opening?
Thanks,
Todd
Start Free Trial