I have a main form where orders are placed for the user, I need to
display the supplier account number on this main form. So I created a
text box where the control source is SELECT DISTINCT AccountNumber FROM
Suppliers WHERE
(((AccountNumbe r)=forms!AddAnO rderAndDetails! CustomerID)); without any
effect. Any ideas to make this work?
display the supplier account number on this main form. So I created a
text box where the control source is SELECT DISTINCT AccountNumber FROM
Suppliers WHERE
(((AccountNumbe r)=forms!AddAnO rderAndDetails! CustomerID)); without any
effect. Any ideas to make this work?
Comment