hello...i have a program that get all of the tables in a db a lists them in a combobox...
is it possible to chose which tables are displayed in the combobox instead all of them???
if this helps, the tables i want displayed all have 2004 in the name , i.e. August2004, September2004, etc.
i thought i could do something like this
cmbTables.... = "*2004"
but this didn't worked...any ideas?....thanks for your time...