I have a form called EnterNewComponent with a combobox called NewComponentName (its control source is ComponentType (a table)).
This is just one little form that acts like a dialogue box. If the user presses the delete button (called DeleteComponent) it deletes the table with the name that matches the combobox value and the record in the ComponentType table.
Basically they pick a name from the combobox and press delete. This deletes the relevant table and record from the db.
Ive been stuck on this for ages and just putting it off all the time, if you can help it would be greatly appreciated.
Ben
PS: I hope it all makes sense.
This is just one little form that acts like a dialogue box. If the user presses the delete button (called DeleteComponent) it deletes the table with the name that matches the combobox value and the record in the ComponentType table.
Basically they pick a name from the combobox and press delete. This deletes the relevant table and record from the db.
Ive been stuck on this for ages and just putting it off all the time, if you can help it would be greatly appreciated.

Ben
PS: I hope it all makes sense.