Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Access Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Put Query into VBA for Output
Dan Jackson 
            
4 years ago
Hi Guys,

I know i need to learn more on the SQL front, but for now, instead of building 500 different queries, how can i code straight into VBA.

At The Moment, I use this on a button
    DoCmd.OutputTo acOutputQuery, "CIMSWrittenMTDQ", acFormatXLS, "C:\DB\Reports\CIMS All Written Sales MTD.xls", True, "", , acExportQualityScreen

Which leads to the "CIMSWrittenMTDQ" Query. This query uses 2 Criteria:

Type (Today, Month to Date, Year To Date)
Advisor

============================

I'd like two combo boxes for the Criteria. Lets Say
Combo_Type
Combo_Advisor

And then a button which will run the above DoCmd.Output using the SQL code and apply the combos to the SQL code. Sample SQL Code Below

============================

SELECT SalesALLQ.NetWrittenAMT, SalesALLQ.GrossWrittenDate, SalesALLQ.Status, SalesALLQ.NetIssuedAMT, SalesALLQ.AdvisorID, SalesALLQ.FullFirstName, SalesALLQ.Brand, SalesALLQ.WIPID, SalesALLQ.ClientFullName

FROM SalesALLQ

WHERE (((SalesALLQ.GrossWrittenDate)>=DateSerial(Year(Date()),1,1)) AND ((SalesALLQ.Status)<>"Pre 2021 Clawback") AND ((SalesALLQ.AdvisorID)=7));



As Always, a huge thank you for your time
Dan Jackson OP  @Reply  
            
4 years ago
I could also try the more functional DoCmd.TransferSpreadsheet i learned about recently!

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Access Forum.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 5/6/2026 5:09:14 PM. PLT: 0s