Page 1 of 1

help with querys

Posted: Wed Apr 23, 2003 5:19 pm
by chris12295
I have 3 simple tables in my database
categories, manCat, and manufacturers.
manCat associates manufacturers with categories by man_id and cat_id.
(manufacurers and categories have a man_id and cat_id field respectively). What is the best way you can think of to allow a user to associate different categories with a manufacturer and insert it into manCat using a web interface?

Posted: Wed Apr 23, 2003 8:12 pm
by m3mn0n
A form. :)