Results 1 to 3 of 3
  1. #1
    Koullis is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Mar 2011
    Posts
    2

    Reminder message box every 3/6/9/12 months

    I am working on a project for my brother. The program is about reminding him for the maintenance of a machine that a customer has. Each machine has to be maintained every 3 or 6 or 9 or 12 months. This is going to be selected from the user during the insertion of the machine in the database. The more confusing factor in the case, is that he requires to have all the machines in a single region maintained in a sequence. Can you suggest me anything?


    Thanks.

  2. #2
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    You'll want a field for 'region', a field for 'sequence', and a field for the 'maintenance date' (probably in a 2nd relational table). You'll want a table to hold customers and a relational table to join customers to machines.

    (and a few other miscellaneous tables/fields.)

  3. #3
    Koullis is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Mar 2011
    Posts
    2
    Firstly, thanks for replying.
    I already have a region and a sequence field.The first is in the table customers and the second in the machine. However, I would like to avoid the maintenance day field because he will not know which day is available.
    I am thinking to add an event when the mouse moves on the welcome form to show a message box for an oncoming maintenance.Can you suggest anything?I know it will be a vb code as a macro is too simple for this but I can't think of anything.
    Please suggest me a way.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. I need a 90 day reminder
    By weadwaker in forum Programming
    Replies: 3
    Last Post: 09-25-2012, 12:49 PM
  2. Timed Pop up reminder
    By Kananelo in forum Programming
    Replies: 1
    Last Post: 03-02-2011, 12:07 PM
  3. send email reminder
    By azaz in forum Forms
    Replies: 1
    Last Post: 12-26-2010, 08:35 AM
  4. advance date reminder
    By Denis in forum Database Design
    Replies: 1
    Last Post: 11-14-2010, 07:40 AM
  5. A months query
    By Peljo in forum Access
    Replies: 1
    Last Post: 02-18-2008, 09:07 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums