Results 1 to 21 of 21

Thread: VB6 - Retrieving records that fall within a date rage

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2007
    Posts
    341

    VB6 - Retrieving records that fall within a date rage

    Hello everyone,
    please I need clarification on date range calculation. My objective is to retrieve all records that is 90 days old from today's date:

    I am using:
    Code:
     Between Now() and DateAdd("d", -90, Now())
    The above code worked but it doesn't look right to me and it is missing some records.

    Any hint will be appreciated.

    Giftx.
    Last edited by RobDog888; Aug 21st, 2008 at 11:54 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
  •  



Click Here to Expand Forum to Full Width