Hi All,
I have a form with lots of fields and labels, I would like users to be able to double click on the field label to bring up a help box.
I have a table that has the fields label_name and help_memo, this information populates a form with the same fields. The form name is help_form
I also have code that opens the help_form form when a label in the main form is double clicked.
I'm looking for a way of filtering the records in the help_form form so that it only displays the information relating to the field that was double clicked on the main form. That would be when the label name double clicked equals the label_name field in the help_form.
Any ideas?
Sorry if this is confusing.
Thurls
I have a form with lots of fields and labels, I would like users to be able to double click on the field label to bring up a help box.
I have a table that has the fields label_name and help_memo, this information populates a form with the same fields. The form name is help_form
I also have code that opens the help_form form when a label in the main form is double clicked.
I'm looking for a way of filtering the records in the help_form form so that it only displays the information relating to the field that was double clicked on the main form. That would be when the label name double clicked equals the label_name field in the help_form.
Any ideas?
Sorry if this is confusing.
Thurls