S
steve
I have 2 tables set up, tblProjects and tblSalesmen.
Each project will have 2 (and only 2) salesmen.
On frmProjects, I have 2 comboboxes, Salesman1 and Salesman2. The
comboboxes have 2 columns, but I set the width = 0 for the first column. The
first column is bound, so I am storing the primary key of each in tblProjects.
I want to create a query that shows the ProjectName, first name of
Salesman1, and first name of Salesman2. I can only get my query to show the
primary key of the salesmen, and not the first name. How do I do this?
thanks,
Steve
Thanks,
Steve
Each project will have 2 (and only 2) salesmen.
On frmProjects, I have 2 comboboxes, Salesman1 and Salesman2. The
comboboxes have 2 columns, but I set the width = 0 for the first column. The
first column is bound, so I am storing the primary key of each in tblProjects.
I want to create a query that shows the ProjectName, first name of
Salesman1, and first name of Salesman2. I can only get my query to show the
primary key of the salesmen, and not the first name. How do I do this?
thanks,
Steve
Thanks,
Steve