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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: UCFSteve
  • Content: Threads
  • Order by date
  1. UCFSteve

    Query problems for view creation

    I have a set of data that looks like: ID Location ---------------- 1 1 1 2 1 5 1 6 1 9 2 2 2 5 2 3 2 9 3 5 3 8 3 10 I obtain this data doing a SELECT DISTINCT ID, Location FROM tblBooks Now I want to create a view, that will...
  2. UCFSteve

    Sort an array by 2 different fields one after the other

    I need to sort an array that contains multiple objects. I need to first sort it by Rank, then by Last name. Ex Array[0].rank = 3 Array[0].name = Jones Array[1].rank = 2 Array[1].name = Adams Array[2].rank = 3 Array[2].name = Scott Array[3].rank = 1 Array[3].name = Murphy Array[4].rank = 3...
  3. UCFSteve

    How can you Join a report field

    I need to join a report field that contains a Memo value. The field has multiple values that I need to join and I dont want to display them in the Details section. How can I join them similarly to a ForEach() where I can join all of the Memo values together?
  4. UCFSteve

    Is it possible???

    I need to create 2 seperate groupings incapsulated by 1 parent group. GH1 GH2 D2 GF2 GH3 D3 GF3 GF1
  5. UCFSteve

    Aligning 2 Charts on top of each other

    I am layering two different charts one on top of the other, by using the transparent background option for the top chart. How can I align the charts to be the same size in version CR 8.5?

Part and Inventory Search

Back
Top