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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:15:47+00:00 2026-05-28T03:15:47+00:00

I like to think i’m not completely useless at creating MS Access databases, but

  • 0

I like to think i’m not completely useless at creating MS Access databases, but i’m definitely a failure at the SQL code side.. So as a result i’m not sure whether this is a stupid question or not!
At work i’m trying to add a “news feed” type thing to a Form on the front screen of a database used to find useful information stored in various places. At the moment my workplace is using Office 2007, but Access is the 97 version!!!! As they’re only recently realizing it can be used to solve a few of their problems… we’re expecting to upgrade the whole of office and access to 2010 soon.

On this database (created using access 97..) there is a “refresh” type button which simply closes and re-opens the form and thus shows the latest info entered onto the “news feed”, and this also shows the current time and date. What i’d like to happen is have specific entries drop off after a period of time (which probably wont happen unless refreshed), so for example an entry will have been added regarding some server ammendments being made within the workplace so “certain systems will not be working between 8am and 5pm GMT on 9/1/12” and preferably the person who created this entry could enter a date into the form 24 hours, or even a few days, later and when this date is reached the entry would disappear. I understand this is something that may be achieved using a query but i have no idea where to start.

If anyone can help give me an idea of how to do this it would be greatly appreciated.

I apologise if this is poorly worded or not completely clear, i can elaborate if questions are asked.

many thanks,

Kris

  • 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-28T03:15:48+00:00Added an answer on May 28, 2026 at 3:15 am

    You can make a query like this to return only the entries that are less than 3 days old:

    SELECT *
    FROM MyTable
    WHERE CreateTime > DateAdd("d", -3, Now())
    

    In your form, you can define a timer interval and a timer event handler (see the “Event” tab on the properties window). You could use it to requery your list (Me!lstNews.Requery).

    In the table you can define the column “CreateTime” as data type “Date/Time” and define its default value as =Now(). This way no text box is required to enter this data.


    EDIT:

    How to configure the timer in an Access Form (time is in milliseconds):

    enter image description here

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

Sidebar

Related Questions

We like to think that a memory access is fast and constant, but on
I'm think something like Facebook apps here. User generated pieces of code that people
You may think this question is like this question asked on StackOverflow earlier. But
I'd like to think I've been in this field for quite some time, but
I like to think I'm quite knowledgeable on php, but this has baffled me.
I'd like to think this is obvious, but before I submit a bug report,
I'm writing some code examples from How to Think Like a Computer Scientist in
I like to think I know enought theory, but I have little experience optimizing
I am trying improve my programming skills reading other peoples code, but I'd like
I would like to think that some of the software I'm writing today will

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.