Hey guys,
I want to make a combo box form for a table. The table has unique id, also a category id. I want the drop box to bring a list of the category from the category table, and I want the value being submitting is the category id not the name.
Thanks a lot
Table1
Cat_ID
Cat_Name
Table2
ID
Cat_ID
Topic