...CustomerPhone)
and
tblCustomerTypeLineItems (CustomerTypeLineItemID, CustomerID, CustomerTypeID)
so if I do a select on the view
SELECT * FROM qrySearchFields WHERE CustomerTypeID = '33'
returns
123,'Freds garage','5555554432',442,123,33
341,'Bills Automotive','5455553562',445,341,33...