To use the grid unbound requires these steps (won't be too easy for a beginner, but will make you a better coder)

  1. Make two new classes
  2. Use the code jmc gave you for one that is your collection (rename THING to what you wish)
  3. Use the second block of code I gave you for the other (it will require editing)
  4. Create local variables for your columns
  5. Create properties for your columns


After you have done that all you need is a SQL statement and a loop. But see let's if you wish to have a go at it before we continue.