• Record Selection (97)

    Author
    Topic
    #357684

    I want to select from a list of date contacted just the last three records to show on a customer report. The table needs to contain all the dates but only the last three are relevant for the sales person’s information sheet. Ant help would be much appreciated
    Allan

    Viewing 0 reply threads
    Author
    Replies
    • #531875

      I’m sure there are other ways to do this, but I would suggest using a query. Sort the data descending and use the TOP 3. The SQL should read something like: SELECT TOP 3 ContactDate FROM ORDER BY ContactDate DESC;

      HTH thumbup

      • #531876

        Thank you .. I must be brain dead today.. often use top three or more but didnt think of changing the sorting to descending order!!!… thanks for your help

    Viewing 0 reply threads
    Reply To: Record Selection (97)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: