Hey guys,
I am so confused right now, I really need help from you guys.
I have two tables, Customers and Workorders. They are linked by a record id of "CustomerID"
On my workorder form, all the data on the form comes from the Workorders table. I do have the CustomerID saved and displayed. But what I also need are the customers First and Last name, as well as thier phone number showing on the workorder as well. But this is saved in a second table called Customers.
I have three unbound text boxes on the form, but cannot figure out the correct syntax or progamming to do this. Not sure if DLookup is the right choice or something else, and I have to admit, the more I search and read about dlookup, the more confused I get.
Help!! and thanks!
Richard
I am so confused right now, I really need help from you guys.
I have two tables, Customers and Workorders. They are linked by a record id of "CustomerID"
On my workorder form, all the data on the form comes from the Workorders table. I do have the CustomerID saved and displayed. But what I also need are the customers First and Last name, as well as thier phone number showing on the workorder as well. But this is saved in a second table called Customers.
I have three unbound text boxes on the form, but cannot figure out the correct syntax or progamming to do this. Not sure if DLookup is the right choice or something else, and I have to admit, the more I search and read about dlookup, the more confused I get.
Help!! and thanks!
Richard