
I have a single label that displays information based on a lot of different criteria (a lot of If statements). Is it possible to have certain text within that label "clickable" to take a user to view another record via a form? Essentially the selected text would need to do a LookUp to find the corresponding record and display it via a form, but I do not want the entire label clickable, just the works "View Start/Return Trip".
Or would I have to make "View Return/Start Trip" a separate label and use OnSelect? Is that my only option?
@Brian-M -
Like a clickable HTML link you mean? Unfortunately this is not possible.
A workaround, as you have rightly mentioned, is leverage the OnSelect property of a Label or HTML text control. I personally use a Button control and format it to appear as if looks like a HTML link to the user.