(I'm using Access 2000 and ADO)
This is probably a daft question, I'm used to programming where I make everything msyelf- can't quite get sued to Access wanting to do things for me!
I have an unbound form, that creates a dynamic SELECT statement, but then what do I have to do with that sql string to get the results shown in a query datasheet or report?
I've been using ADO, and it connects to the database and appears to run the query, but I have no idea what to tell it to do with the recordset it returns!
would i be better off scrapping it and changing to DAO? Or am I miles off in how I think about Access?
Thanks in advance.
Charli
This is probably a daft question, I'm used to programming where I make everything msyelf- can't quite get sued to Access wanting to do things for me!
I have an unbound form, that creates a dynamic SELECT statement, but then what do I have to do with that sql string to get the results shown in a query datasheet or report?
I've been using ADO, and it connects to the database and appears to run the query, but I have no idea what to tell it to do with the recordset it returns!
would i be better off scrapping it and changing to DAO? Or am I miles off in how I think about Access?
Thanks in advance.
Charli
Comment