How do I use a combobox such that when I click on an Item in that combobox, it will take me to another form.

For example, I have Tables, Beds, Seats e.t.c as items in my combobox list, I want to click on "Tables" so that it can take me to a form called "frmTables" .

Is it possible and how do I code it? Am using VB6