Hi,
I have a label that pulls some fields from a different form
"LabelName.caption = forms.Client.FirstName"
etc
It works fine but I need the event to run when the user navigates to another record,
At the moment I have it in page_load but it obviously only updates with the first displayed record.
Can this be done?
thanks
I have a label that pulls some fields from a different form
"LabelName.caption = forms.Client.FirstName"
etc
It works fine but I need the event to run when the user navigates to another record,
At the moment I have it in page_load but it obviously only updates with the first displayed record.
Can this be done?
thanks