Search results

  1. J

    subreport duplicate data

    This is the best I could do on table data.I deleted all the data that was null or zero to save space in the post. tblmember Member # Name Address City State Zip Code Monthly Dues Rest & Bar Credit Current 1 Months Balance1 Balance2 Dues NewBalance 1 a...
  2. J

    subreport duplicate data

    This is a sample of the report. The spacing was changed when I posted it, but I think you can decypher it. Statement Statement Date - 4/6/2005 Member # 1 Silsbee Country Club, Inc. P.O.Box 982 a Silsbee,Tx 77656 abcd Silsbee TX...
  3. J

    subreport duplicate data

    This is the sql code for the recordsource. SELECT tblmember.[Member #], tblmember.Name, tblmember.Address, tblmember.City, tblmember.State, tblmember.[Zip Code], tblmember.[Vol Contribution], tblmember.[Monthly Dues], tblmember.[Cart Stall Rental], tblmember.[Handicap Fees], tblmember.[Locker...
  4. J

    subreport duplicate data

    dataleft1 dataright1 dataleft2 dataright2 dataleft3 dataright1 duplicate dataleft4...
  5. J

    subreport duplicate data

    In a subreport, I have a column of data on left from a table, and a column of data from different field and table on right. If there is 6 entries of data on left and 2 on right then data on right will print duplicates until there are 6 entries. The 6 and 2 entries can be any amount and the same...
Back
Top Bottom