Hi,
i have 2 tables account and user.
account
account_ID
user_ID_FK
acc_name
acc_type
user
user_ID
name
I want to display acc_name and acc_type without user_ID_FK and insert/edit user_ID_FK ,acc_name, acc_type.
user_ID_FK i get from function get_users_data();
How can i accomplish inserting user_ID_FK without displaying to user.
Here is my currently code:
Thanks, Tomislav