Results 1 to 4 of 4

Thread: [RESOLVED] eliminate duplicate field data

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Posts
    187

    Resolved [RESOLVED] eliminate duplicate field data

    hello everyone,

    i have a table which contains fields as below:

    DateIn, TimeIn
    ------- -------

    example data are:

    DateIn TimeIn
    ------- --------
    07/20/2007 09:00:00 AM
    07/20/2007 11:00:00 AM
    07/20/2007 02:00:00 PM


    I now wish my report to look like as below:

    ___________________________________
    DateIn TimeIn
    ___________________________________
    07/20/2007 09:00:00 AM
    11:00:00 AM
    02:00:00 PM


    i want the DateIn value shows 1 time only, anyone have any guide for me?
    Last edited by ashly; Aug 7th, 2007 at 02:38 AM.

  2. #2
    New Member
    Join Date
    May 2007
    Posts
    9

    Re: eliminate duplicate field data

    I've done what i think you're trying to do several times...
    Create A group sort by the date (That should put the date[s] in order and list them only once if they're duplicates. If that causes any issues you could also try moving the data (times) into that same Group Header.

    Chris

  3. #3
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: eliminate duplicate field data

    If you are using Crystal Reports, there is a Suppress If Duplicate option on the Format screen.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Posts
    187

    Re: [RESOLVED] eliminate duplicate field data

    great thanks to cjmcfg and brucevde...

    u both helped me

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