Results 1 to 4 of 4
  1. #1
    crxftw is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2011
    Posts
    30

    Getting Tax Period from current date

    Hello. I need to show Tax Period on its field depending on Pay Date. Tax period starts from 1st April so periods go like that: 1 - April, 2 - May, 3 - June etc. For example if Pay date is 31/07/2011 then Tax Period for this should be shown as 03/2011 as June is 3rd period. Should be pretty easy but I can't figure it out myself. Thanks

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Do a search on Fiscal year.

    Here's one I found
    http://support.microsoft.com/kb/210249

  3. #3
    crxftw is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2011
    Posts
    30
    I figured it goes like that: ="Month: " & (Month([txtPayDate])+IIf(Day([txtPayDate])

  4. #4
    crxftw is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2011
    Posts
    30
    I can't edit my posts, amazing forum. Anyway: ="Month: " & (Month([txtPayDate])+IIf(Day([txtPayDate])

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

Similar Threads

  1. Using Current Date to find 16th
    By allenjasonbrown@gmail.com in forum Access
    Replies: 3
    Last Post: 06-30-2011, 02:34 PM
  2. SQL Inner Join where date = current date
    By Tyork in forum Queries
    Replies: 2
    Last Post: 11-07-2010, 02:07 PM
  3. Comparing Date with current Date
    By ds_8805 in forum Forms
    Replies: 7
    Last Post: 03-31-2010, 09:31 PM
  4. Replies: 9
    Last Post: 03-19-2010, 10:37 AM
  5. Current Date Error
    By McFly in forum Database Design
    Replies: 4
    Last Post: 02-04-2010, 09:08 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