combine two tables

  • I have two tables:

    Table1 has the list of default choices for the user to select: The listing of the columns are:

    Title Category ID Selected

    ---------------------------

    Salmon 4 8001 1

    Beff 4 8002 0

    Chicken 4 8003 0

    Pork 4 8004 0

    SwordFish 4 8005 0

    Haddock 4

    Table2 has the list of all the choices that the user select after completing a page. the list of the column for this table are:

    Category, ID, Active

  • You mean to say you need to merge these two tables, or join them?

    ---------------------------------------------------------------------------------

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply