User Profile

Collapse

Profile Sidebar

Collapse
Nick McConnell
Nick McConnell
Last Activity: Dec 16 '10, 02:35 PM
Joined: Dec 13 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I want to run it for the fiscal year of when ever it's ran. So like you said if I run it in two years, the results will be for that fiscal year, not this fiscal year.

    thanks,
    See more | Go to post

    Leave a comment:


  • Fiscal Year to Date query for current fiscal year

    I'm trying to query a table and pull all data for the current fiscal year. I'd like the query to work whenever it's pulled be it tomorrow or 3 years from now. I found an IF clause on this website that would seem to work, but it doesn't. Can someone review and point out what I've typed wrong? Our fiscal year is october to September.

    IIf(Date()>Year (DateAdd("m",-9,Date())),Betw een DateSerial(Year (Date()),10,1) And Date(),Between...
    See more | Go to post
No activity results to display
Show More
Working...