Keep in mind, you’ll also have to add any fields you need to your RDL query as well.
If you use a linked table… you’ll have to see how QSalesRP is joined into the query. For example, if it is joined as T5, then adding the linked table field would look like:
T5.SalesRepCode_CellPhoneNumber
T5 represents QSalesRP
SalesRepCode is the linked table
_CellPhoneNumber is the field from the linked table.
The benefit of using linked tables is that you don’t have to add a new JOIN to your RDL query (in Report Builder). You just have to add the new field references to the query.
Oh, and add them AS query fields as well.
If you’re not familiar, I can grab some screen shots for you… or just search for other threads on here on adding to RDL queries, etc. I’ll see if I can find one, there are plenty on here.