Trigger time in queries

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • spleewars
    New Member
    • May 2011
    • 13

    Trigger time in queries

    i believe trigger time in queries is possible but i need some suggestion. let say i set a new record with today's date. passing the table through the query, what parameters are to be used on "date" to make the record visible in 3 months time?

    Clara
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You can use the DATEDIFF function to see how many months have elapsed between the current date and the date on the record.

    Comment

    • spleewars
      New Member
      • May 2011
      • 13

      #3
      hi Rabbit once again :)

      i cannot understand how can i use the DATEDIFF in this situation. I mean how is it possible to find the elapsed time from a start date to an end date using the latter function?

      Comment

      • spleewars
        New Member
        • May 2011
        • 13

        #4
        followed your advice and done :) thanks again

        Comment

        Working...