G
GeoffK
Hi,
I have a form with record sourse as "TblCustomers" when this form opens it
populates 3 textboxes "WorkorderNo", "CustomerName" and "ClientName", there
are 5 other textboxes for recording items that I have in stock which are
entered manually, this form works with no problems.
Due to recent changes where previously unsed items were returned, we are now
required to reuse them.
I have now been asked to add a control next to each of the 5 stock on hand
textboxes to record the name of the customer that the item was originally
allocated to.
I created a new table "TblCustomer_Lookup" with 2 fields "Customer_LU_ID"
auto no. and Customer_LU, I used the lookup wizard to set this field as a
lookup.
I created a query "Customer_LU_Qry" with "TblCustomers" and
"TblCustomers_LU" which I set as the forms record sourse.
After setting up the form I selected a customer in 1 of the new combo's
which had the result of populating all 5 of the combo boxes and the
"WorkorderNo", "CustomerName" and "ClientName" boxes.
I Believe the problem is because I am using the query, is there another
method.
Thanking You in Advance,
GeoffK
I have a form with record sourse as "TblCustomers" when this form opens it
populates 3 textboxes "WorkorderNo", "CustomerName" and "ClientName", there
are 5 other textboxes for recording items that I have in stock which are
entered manually, this form works with no problems.
Due to recent changes where previously unsed items were returned, we are now
required to reuse them.
I have now been asked to add a control next to each of the 5 stock on hand
textboxes to record the name of the customer that the item was originally
allocated to.
I created a new table "TblCustomer_Lookup" with 2 fields "Customer_LU_ID"
auto no. and Customer_LU, I used the lookup wizard to set this field as a
lookup.
I created a query "Customer_LU_Qry" with "TblCustomers" and
"TblCustomers_LU" which I set as the forms record sourse.
After setting up the form I selected a customer in 1 of the new combo's
which had the result of populating all 5 of the combo boxes and the
"WorkorderNo", "CustomerName" and "ClientName" boxes.
I Believe the problem is because I am using the query, is there another
method.
Thanking You in Advance,
GeoffK