I guess I have a similar question to what John Fligg asked here:
http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=2996.0My situation is that I have a Student update form which is HUGE - it has around 7 tabs on it, with the first tab containing the student name details.
My client has asked me to put the student name in the header of the form, so that when an operator moves to the other tabs, they still have a visual cue as to which student record they are working on.
In the form header, I have entered:
'Update Student - ' & Clip(STU:FirstName) & ' ' & Clip(STU:LastName)
and this works perfectly if they go to edit an existing record, except, if they CHANGE the student first or last name, the heading still displays the original name.
Similarly, when ADDING a new student, I would love it as soon as they complete the field or the first tab even, the heading updated itself so when they moved to the subsequent tabs they could still see the student name, instead of just 'Update Student - <blank>' as they do now.
Any way of dynamically changing the heading, which is not a field?