S
shank
I have the below query I'd like to get into a report. Is it possible to get
a report to build a spreadsheet or that format look? What I want is the
Company names across the top and the AcctName going down the left side. What
I'm hoping to do is generate an 'x' in the associated boxes where there's a
match. Is this possible?
SELECT SalesCompany.Company, AssignedCompany.AcctName
FROM SalesCompany INNER JOIN AssignedCompany ON SalesCompany.ID =
AssignedCompany.CompanyID;
thanks!
a report to build a spreadsheet or that format look? What I want is the
Company names across the top and the AcctName going down the left side. What
I'm hoping to do is generate an 'x' in the associated boxes where there's a
match. Is this possible?
SELECT SalesCompany.Company, AssignedCompany.AcctName
FROM SalesCompany INNER JOIN AssignedCompany ON SalesCompany.ID =
AssignedCompany.CompanyID;
thanks!