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 
How to Pass a Variable to a Query
Michael Medici 
     
13 months ago
Hi all,

I have a need to pass a variable from a forms VBA over to a query.  The example is I have a continuous form that will have several records in it.  The dates on the records typically span from the previous month to the current month.  On each new month, I would like to run an update query on the previous months records to change the status to completed.  I know how to build the update query, but having trouble passing over the month between VBA and the query.  In the query I created a field that has Month([createddate]) in it to pull the month number into the query.

In VBA I have:

Dim sMonth As String
    If Month(Date) = 1 Then
        sMonth = 12
    Else
        sMonth = Month(Date) - 1
    End If
    
    TempVars("tMonth") = sMonth

    DoCmd.OpenQuery "qryotupdatestatus"

And in the query criterial I have TempVars("tMonth")

But that does not work.

Any help would be great.
Kevin Robertson  @Reply  
          
13 months ago
For it to work in a Query you need a slightly different syntax.

TempVars!tMonth
Michael Medici OP  @Reply  
     
13 months ago
That did the trick!!  Thanks Kevin

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 4:14:28 PM. PLT: 1s