Hello,
Yes, i am working with a database, however that is not quite what I need. I don't need to perform a query for the combobox items. Basically what the program is doing is maintaining a database which will sort a baseball/football, etc card collection. The database contains items such as LastName, FirstName, CardNumber, CardYear, Value, etc.
What I am trying to do is to have team lists saved off in a TStringList or something to that effect, and then just set the combobox's items to that list depending up on which radio button was selected. However I have yet to find a way to change the combobox's items.
Let me know if you have any ideas or need more info.
Thanks alot.
*----------------------------------------*
There are two ways to write error-free programs; only the third one works.