I have 2 combo boxes, one employees and the other suppliers,
my suppliers combo is locked, it can only be used, when a user selects a employee, after doing so and saving, and refreshing the form, you can see a new supplier assigned to the employee, but for some reason, when you select to add...
ONE
I have a table , suppliers, (created a form)
I created a combo box for the supplier ID, now when I select a supplier from there, how to I update all the other fileds in the on the form ?
TWO
I created a form, where the user selects a employee name from a combo box, ondoing so, it updates...
ok, i have 2 combo boxes,
I have these tables,
users table[u_id, fname, lname]
company table [c_id, c_name, address,s_id]
user & company link table[u_id, c_id]
supplliers table [s_id, s_name]
products table [p_id, s_id, p_name]
ok, when the user uses the form, they select their user name...
I have a table with the following
User Table
User ID, User Name, Pass, Level
I have a form with a combo-box from which they select there username, after they enter in the pass...
When a user selects its user name and enters his/her pass, I want them to go to different forms depending on the...