J
Jeffrey Reed
I have a two tables; users_table and orders_table.
users_table has the following colums: userid, username.
orders_table has the following colums: orderid, userid,
username.
orders_table has a list box that displays the name field
from the users_table. i want my query to fill in the
userid field from the users_table when i select the
username field in the drop down list box in the
orders_table.
Is it possible to create a query that will perform the
described functionality? If so, how can this be done?
users_table has the following colums: userid, username.
orders_table has the following colums: orderid, userid,
username.
orders_table has a list box that displays the name field
from the users_table. i want my query to fill in the
userid field from the users_table when i select the
username field in the drop down list box in the
orders_table.
Is it possible to create a query that will perform the
described functionality? If so, how can this be done?