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
Bottom of main content box is not stretched enough to be even with bottom left / right corners
Configure Cisco Linksys RV042 to communicate with second network
Orkut back ground blue RGA?
Cisco ASA 5510 configure webvpn with AD authentication. I am on cisco ios 8.2.2
Setup did not find any hard disk drives installed in your computer
Button CSS formatting
Can you take the code from a Joomla Template and its modular layout, copy a "generic" version of the pages code and paste the code in when you need the same kind of page layout. If so how?
Jquery rating
DVI Power Save Mode
Extract data from a set point in a string