Results 1 to 2 of 2

Thread: Help with MSHFlexGrid

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 1999
    Location
    San Antonio,TX,USA
    Posts
    26

    Post

    what i need to know is how so display ONLY the records from
    date 02/25/00 to date 02/26/00

    using the MSHFlexGrid

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Post

    Create a query that will take only the records you want and bind the MSHFlexGrid control to that query.

    Query Example:
    SELECT * FROM Table1 WHERE Date1>=#25/01/2000# And Date1<=#26/01/2000#

    Good Luck!!!

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