Collection Link and Repeaters

I have the following Collections:

Location
Staff

In Staff I have a CollectionLinkSelect field linking to the Location collection:

{
“link”: “Locactions”,
“display”: “location_name”,
“multiple”: false,
“limit”: false
}

This works as intended!

In Location I have added a Repeater field called Department that adds 3 text settings: name, phone, and email for example.

Is it possible, in a Staff entry to have a field that lets me select both Location and Location:Department - either on a single field, or two fields?

Thanks!