Good morning all,
I have a table of sales(tblSales) with a buyer agent field and a seller agent field. I created a combo box in that form (frmSales)to find the agent's name at time of input - teh records store accurately the agent ID (number bield). Now, I am querying to get the names of the agents back and I am stuck. My table Agent (tblAgent) has Agent ID and agent name. How do I get to display two columns, one for buyer and one for seller, coming from the same source table, displaying names and not numbers?
Thanks
David
I have a table of sales(tblSales) with a buyer agent field and a seller agent field. I created a combo box in that form (frmSales)to find the agent's name at time of input - teh records store accurately the agent ID (number bield). Now, I am querying to get the names of the agents back and I am stuck. My table Agent (tblAgent) has Agent ID and agent name. How do I get to display two columns, one for buyer and one for seller, coming from the same source table, displaying names and not numbers?
Thanks
David