Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gtroiano

  1. gtroiano

    Sort fields for unique records that are in different columns in Excel

    yogi: That did it. Thanks you so much! And thanks to everyone else who helped me along!
  2. gtroiano

    Sort fields for unique records that are in different columns in Excel

    John: This spreadsheet is just the output from some database that I have no control over, so normalizing the db isn't really an option. If normalizing the data in the spreadsheet will help me achieve the following, I'm all for it of course. Though doing it is another matter altogether...
  3. gtroiano

    Sort fields for unique records that are in different columns in Excel

    bluedragon2: I'm not sure I follow. Below is what the spreadsheet actually looks like. The above A, B, C version was just an example. It wouldn't fit, but the spreadsheet below actually has an additional 14 columns. The columns go from awardid1|awardamt1 to awardsid12|awardamt12. In total...
  4. gtroiano

    Sort fields for unique records that are in different columns in Excel

    skip: The data is definitely a mess, but if it weren't I guess there wouldn't be a problem to begin with. I'm looking over that FAQ right now. I hope it helps. yogi: Not quite. The calculations aren't the problem right now. Rather that try and explain it, this is what I'm looking to reorder...
  5. gtroiano

    Sort fields for unique records that are in different columns in Excel

    Yeah, I've been messing around with pivot tables for this, but I'm not sure that I have a good enough grasp on their use. I've got about 5,000 records and 30 or so columns of data, and it gets a little crazy looking when start with the pivot tables. Anyone know of a good tutorial online that...
  6. gtroiano

    Sort fields for unique records that are in different columns in Excel

    I've been given a spreadsheet that looks like this: Id[tab]Type1Name[tab]Type1Amount[tab]Type2Name[tab]Type2Amount[tab]Type3Name[tab]Type3Amount 1[tab][tab][tab]A[tab][tab][tab][tab]1000[tab][tab][tab][tab][tab]B[tab][tab][tab][tab][tab]2000[tab][tab][tab][tab]C[tab][tab][tab][tab]500...
  7. gtroiano

    Underline last record on detail in a grouped report?

    i see. thanks for the help. jerry.
  8. gtroiano

    Underline last record on detail in a grouped report?

    MichaelRed: Apropos my previous post, what is it that the text box that gives the highest number goes to "1" when you try and compare it to the counter? jerry.
  9. gtroiano

    Underline last record on detail in a grouped report?

    for all those who care, if anyone, i figured this out...sort of. fortunately, the number of records per group on the report is fixed so: in the on format event of the detail section of the report, i put a nested if..then..else statement using the counter's results to retrieve the last line and...
  10. gtroiano

    Underline last record on detail in a grouped report?

    this shouldn't be too hard. perhaps there is a better way of determining the last line in the detail, because this seems to be where it get tricky. jerry.
  11. gtroiano

    Underline last record on detail in a grouped report?

    great. thanks for keeping it in mind. jerry.
  12. gtroiano

    Underline last record on detail in a grouped report?

    i ask because sometimes the value being underlined is a different length and a drawn line would be fixed. jerry.
  13. gtroiano

    Underline last record on detail in a grouped report?

    i must be an idiot. that works just fine. out of curiosity, do you think the previous method would work somehow? jerry.
  14. gtroiano

    Underline last record on detail in a grouped report?

    ok, i have a report with three group headers and footers(grants, loans, other). the detail shows the type of programs that fall under these catagories. what i am trying to do is underline the last record in each group. i tried to put a counter in the detail section(this worked) and then choose...
  15. gtroiano

    Dynamically change chart legend on report?

    that is what i have done but the labels in the legend are the column headings on the chart's datasheet which are in turn what is defined in the query(Sum(qryUGFederal.PreviousAmountU) AS [2000-2001]) where "2000-2001" is the column heading/legend label. jerry.

Part and Inventory Search

Back
Top