ok appreciate this help
I need to create dropdown list, which will be based on the user logged in. Ie, table 2 contains a foreign key to the user_id in the User table. I need to be able to only set the table 2 values that have the user_id of the logged in user.
Any guidance appreciated, thx