I have a form (bound to a table) which consists of 4 text boxes. By typing a number into the CustomerID box, the relevant customer details appears in the subform. The subform contains a text box showing, among others, the Area in which the customer lives. On the main form is another text box which I want to display the Driver ID corresponding to the value in the subform Area text box. This can be obtained from a driver table which stores Driver ID and Area.
I have constructed a query which displays the correct Driver ID.
How do I get the text box(Driver ID on the main form) to display its result?
Also, once displayed, can this be stored in the bound table?
Many thanks
Rob