How to use Link() to redirect to another tab in a TabSheet

I currently have a TabSheet with a number of tabs on it. On one tab I present tabular data. I want to be able to click on an element in the table and have it redirect to a form on another tab on the tabsheet, with additional parameters, so that the proper record is displayed - kind of like an overview and detail view. Is this possible using Link()?