Hi
Run this ms sql server 2000 query :
select name from sysobjects where xtype = 'u' order by name asc

Then add the results into the combobox.

Regards
Jorge