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 derfloh 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: hyz74
  • Content: Threads
  • Order by date
  1. hyz74

    Sort a multidimensional array by muliple criterias

    Simplified I've got an array looking like this: myArray ( [0] => myArray ( [0] => Peter [1] => 45 ) [1] => myArray ( [0] => Marco [1] => 46 ) [2] => myArray ( [0] => Michel [1] => 45...
  2. hyz74

    Printing scorecards and automatically change player names in Excel

    I've got an excel document consisting of two sheets. In the first there are two scorecard layouts and on each scorecard one cell contains the name of the current player who's scorecard it will be. The reason for having two different scorecards on each print is that they are gonna be in A5...
  3. hyz74

    Setting table value from form

    I'm kind of lost when it comes to VB coding in MS Access and I'd need some help. By clicking on a checkbox in my form I'd like the value of a textbox to be inputted in a column called "firstRound" in one of the tables called "roundResults". How is this possible? Would really appreciate your...

Part and Inventory Search

Back
Top