LarryDeLaruelle
Technical User
I am setting up a Workmens' Compensation database for our HR department. I will use a main form that basically will have a combo box to select the staff name and a subform using continuous form format that will display all reported injuries and allow for entry of new reports.
Because of the number of fields I can't allow much length for description (text) fields. What I would like to do is use a double click event on these fields to pop open a small form with a single unbound text control, feed the control the existing contents of the calling field and allow the user to edit and/or add information.
I'm fine up to this point. The double click event opens the form with the current information displayed.
My question is, after the information has been edited/added, how do I pass that information back to the field which generated the double click event? (I'll have three such fields on the form.)
Thanks.
Larry De Laruelle
larry1de@yahoo.com
Because of the number of fields I can't allow much length for description (text) fields. What I would like to do is use a double click event on these fields to pop open a small form with a single unbound text control, feed the control the existing contents of the calling field and allow the user to edit and/or add information.
I'm fine up to this point. The double click event opens the form with the current information displayed.
My question is, after the information has been edited/added, how do I pass that information back to the field which generated the double click event? (I'll have three such fields on the form.)
Thanks.
Larry De Laruelle
larry1de@yahoo.com