Results 1 to 2 of 2
  1. #1
    winterh is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2012
    Posts
    110

    Problem with adding dates


    If I give you an example of my problem and what I need to do and hope you can help.Client 1, has three ongoing cases as soon as one of the cases is closed a date goes into a field called "case1" and the same thing could happen for the other cases as well but with dif dates into "case2" etc.What I need to happen is some type of query then report which shows a number of cases which have a changed per month. eg Client 1 case1 01/05/12 case2 02/04/12 case3 01/05/12 Client 2 case1 03/05/12 case2 12/04/12 case3 06/04/12What I want to see in the report is May 3, April 3Hope you can help

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    I'm sure that you could set the criteria for each of the cases using the Between operator. However, based upon how you have presented your issue, it appears that you may have a normalization issue. I believe that you should have a field called case and in it you would list the case nr. You would then have another field for the date, perhaps somethign like closedate. In this manner, you could query the the case field for not null and the closedate using between operator.

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

Similar Threads

  1. Adding Dates
    By SobJim in forum Queries
    Replies: 11
    Last Post: 04-21-2012, 01:28 PM
  2. Formatting dates problem
    By ruthib4 in forum Programming
    Replies: 16
    Last Post: 02-25-2012, 12:49 AM
  3. Problem Adding WHERE Clause
    By zephaneas in forum Queries
    Replies: 1
    Last Post: 08-14-2011, 11:26 PM
  4. Between Dates Report Problem
    By aamer in forum Access
    Replies: 4
    Last Post: 12-02-2010, 01:00 PM
  5. Adding numbers to dates
    By MFS in forum Programming
    Replies: 5
    Last Post: 11-24-2010, 12:06 PM

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