hello -
i've created a drop down menu in dreamweaver, it selects my states from a list table that i have for users table.
I went from enum to list table and created a fk to the parent table.
i'm use to doing in access a lookup filed to a list this is what i'm trying to pretty much accomplish.
i'm able to pull the data no problem. just when it goes to insert into the child table to states it errors. cannot add or update a child row. because it's trying to insert the wrong data type.
how can i query both items from the parent and insert only the selected states primary_id not name into the child table?
thanks in advance for your help
i've created a drop down menu in dreamweaver, it selects my states from a list table that i have for users table.
I went from enum to list table and created a fk to the parent table.
i'm use to doing in access a lookup filed to a list this is what i'm trying to pretty much accomplish.
i'm able to pull the data no problem. just when it goes to insert into the child table to states it errors. cannot add or update a child row. because it's trying to insert the wrong data type.
how can i query both items from the parent and insert only the selected states primary_id not name into the child table?
thanks in advance for your help
Comment