Results 1 to 5 of 5
  1. #1
    undee69 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    39

    Hijiri Date Query

    Good day to all..

    I am asking again your assistance but for today its about date() functions.

    I have an vehicles which its expiration date is set in Hijiri. Now I am trying to get which of the dates has expired or will be expiring let's say in about a month.

    Hijiri and Gregorian calendar has a large date gap so i am not sure where to start.



    Your assistance is very well appreciated.

  2. #2
    alcapps is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jan 2012
    Posts
    292
    usually you add days to your check date and ask for anything less than that date.
    checkdate would be Date + 30
    where clause would be
    expiringdatefield between Date() and (Date() + 30) and not completed ever how you know that in your table

    if you want if for a month only then try
    expringdatefield between #1/1/2013# and #1/31/2013#

    I hope this helps

  3. #3
    undee69 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    39
    our system is in Gregorian calendar. I have tried that already and since Hijri Date is "late" than the Gregorian calendar, it shows all of the Hijri dates as expired..

  4. #4
    alcapps is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    292
    sorry.. I don't know that calendar type. Is that a regional setting? I guess your only option is to create a table with those dates and create a gregorian to hijri conversion table and work from there.

  5. #5
    undee69 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    39
    Hijri calendar is the one that uses Arabic system.. Im also not sure the formula in coverting Hijri-Gregorian-Hijri calndar; and yeah if there's one way to convert them I would be on my way ^_^

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

Similar Threads

  1. Replies: 25
    Last Post: 11-16-2012, 12:47 PM
  2. Replies: 3
    Last Post: 09-19-2012, 08:59 AM
  3. Replies: 3
    Last Post: 08-21-2012, 03:05 PM
  4. query to update a date based on another date
    By tkendell in forum Access
    Replies: 3
    Last Post: 06-29-2011, 09:32 PM
  5. Replies: 2
    Last Post: 07-31-2009, 06:56 AM

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