J
Jai_Friday
Simple query I hope..
I have a customer database in access that is connected to a simple Customer
select form..
there are 3 boxes
a list box to select the customer (from a complete list customers and has a
customer code, customer name and customer status, the customer code is the
bound column)
Customer Code text box
Customer Name text box
What I would like to achieve is upon selecting a customer the customer code
is past down the the customer code text box (which it does)
and the Customer name past down to the Customer Name Text box
I attempted to created a select statment in the control source of the
Customer Name text box which doesn't error or return the right data.
The statement I tried was Select Customer_Main.Name FROM Customer_Main
WHERE (Customer_Main.Code=Customer_List_Box)
Thank in advance if you can help..
Jai
I have a customer database in access that is connected to a simple Customer
select form..
there are 3 boxes
a list box to select the customer (from a complete list customers and has a
customer code, customer name and customer status, the customer code is the
bound column)
Customer Code text box
Customer Name text box
What I would like to achieve is upon selecting a customer the customer code
is past down the the customer code text box (which it does)
and the Customer name past down to the Customer Name Text box
I attempted to created a select statment in the control source of the
Customer Name text box which doesn't error or return the right data.
The statement I tried was Select Customer_Main.Name FROM Customer_Main
WHERE (Customer_Main.Code=Customer_List_Box)
Thank in advance if you can help..
Jai