Microsoft
Software
Hardware
Network
Question : VBA creating a recordset with a query source
How can I create a recordset using a saved query (Query8) as the source? Here is what I'm trying to run:
Set rs = db.OpenRecordset(Query8)
I'm troubleshooting some sql that won't run and I'm trying to run this known-good-query in it's place.
Thanks for any help!
Lynn
Answer : VBA creating a recordset with a query source
dim rs as dao.recordset, db as dao.database
set db=currentdb
Set rs = db.OpenRecordset("Query8")
if rs.eof then
msgbox "No records"
end if
Random Solutions
c# list
MS SQL 2005 Table Map.
Tracking DB2 database transactions delays
Adding tooltip labels to scatter chart
EXE files are being blocked
Granted or revoked privilege EXECUTE is not compatible with object.
HTML Editor - change default background color
Exchange activesync on Android (2.1) (Samsubg Galaxy S) - true subfolder support
for mat colum ms excel 2007
MySQL on Windows -- zip up to backup?