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 8125303
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T06:46:18+00:00 2026-06-06T06:46:18+00:00

I have the following data on a table tbl Admission : Date and Time

  • 0

I have the following data on a table
tbl Admission : Date and Time are two different fields and stored in dd/mm/yyyy format

AdmitDate          AdmitTime 
1/6/2012            00:00
3/6/2012            10:00
3/6/2012            19:00
4/6/2012            20:38
5/6/2012            21:00
7/6/2012            03:00

I would like to write a query to show all records between 3/6/2012 07:00:00 and 5/6/2012 06:59:59.

The query should also have the option of having ‘date’ input from user (only the date & time can be the fixed interval between 7 am first day to 6 59 am the second day) – for instance using PARAMETERS.
I use access 2003.
I tried several queries but am not able to perfect one – i do not get accurate results.
Somebody please help.

Thanks,

Regards,

  • 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-06-06T06:46:19+00:00Added an answer on June 6, 2026 at 6:46 am

    If there was only one DATETIME column, the condition for the query would be easy to be constructed:

    WHERE AdmitDateTime >= '2012-06-03 07:00' 
      AND AdmitDateTime <  '2012-06-05 07:00' 
    

    Since you can’t do that and because Access has its own Date and Time functions, I think this will work:

    WHERE DateValue(AdmitDate) + AdmitTime 
             >= DateValue([InputDate]) + TimeValue('07:00')
      AND DateValue(AdmitDate) + AdmitTime 
             <  DateValue([InputDate]) + 2 + TimeValue('07:00')
    

    The DateValue() calls are there to ensure that any time parts in the values passed by the user or in the AdmitDate column are chopped off and only the '07:00' and the AdmitTime are used.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table with the following data: id | numbers | date ----------------------------------
I have the following data in one table: Time, Type, Kilometers 12:00, 1, 0.1
I have the following data: Table Name: NODE NID | Name | Date 001
I have the following tables: 1) TBL (ID, Data, LastUpdated, DateCreated) 2) TBL_LOG(Log_ID, LogCreateDate,
I have following data in my table. alt text http://img26.imageshack.us/img26/3746/productfield.png I want to extract
I have following data in excel table r1 r2 r3 r4 r5 v1 v2
Suppose we have the following table data: ID parent stage submitted 1 1 1
I have the following table and data docRefID docExternalContent 1 'a' 1 'b' 1
I have a table RDCAlerts with the following data in a column of type
I have the following table: CREATE TABLE [dbo].[Data] ( [Id] UNIQUEIDENTIFIER NOT NULL, [Data]

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.