Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7555703
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T11:40:38+00:00 2026-05-30T11:40:38+00:00

I need some guidance on how to write a query in Ms-Access which will

  • 0

I need some guidance on how to write a query in Ms-Access which will pull all the records based on the PublishedDate but with-in the expiry date. For instance, my table carries 3 columns EventTitle, PublishDate, ExpiryDate with values Title1, 2/22/2012, 3/28/2012.

Now the 1st record will only appear on 22-Feb-2012 until 28-Mar-2012. The query which I used drops the record once the current date changes from 22-Feb to 23-Feb.

I tried using the below script

SELECT top 1 Title, ExpiryDate 
FROM Table1 
WHERE (((PublishDate)=Date() 
Or (PublishDate)<=[ExpiryDate]) 
AND ((ExpiryDate)>=Date())) 
ORDER BY ExpiryDate ASC
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T11:40:40+00:00Added an answer on May 30, 2026 at 11:40 am

    Sounds like you want this:

    SELECT top 1 Title, ExpiryDate  
    FROM Table1  
    WHERE PublishDate<=Date() 
    AND ExpiryDate>=Date() 
    ORDER BY ExpiryDate ASC 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are creating an excel plugin but need some guidance as we're new to
I need some guidance on how to write a Perl, VBScript or JavaScript code
Need some guidance figuring out what went wrong. I've been using mysql, phpmyadmin for
I am new to mocking and dependency injection and need some guidance. My application
I am new in this field and i desperately need some guidance from u
I am in need of some guidance of how to carry out a specific
Need some guidance. I have java webstart app and I want it to connect
I need to write a windows service which executes an application after a certain
Need some guidance on how to go about unit testing a shopping cart (.net
I need some guidance with this issue I have. I have a navigational Controller,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.