G
Gina K
I have a form that's rather crowded with controls. In order to save space on
my form and give the user plenty of space to type comments, I use the
following in the On Enter event of a control called "DescOfChange" to open a
pop-up form containing only 2 controls on it, "DescOfChange" and "ECRNumber":
DoCmd.OpenForm "frmDescOfChange", acNormal, , "ECRNumber =
Forms!frmECR!ECRNumber"
When I close the pop-up form and return to the main (crowded) form, I have
to exit the current record and return to it before the comments I entered in
my pop-up form appear on the main form. I think I need some sort of requery
or refresh, but I'm not sure how to go about it.
Any suggestions?
Thank you.
my form and give the user plenty of space to type comments, I use the
following in the On Enter event of a control called "DescOfChange" to open a
pop-up form containing only 2 controls on it, "DescOfChange" and "ECRNumber":
DoCmd.OpenForm "frmDescOfChange", acNormal, , "ECRNumber =
Forms!frmECR!ECRNumber"
When I close the pop-up form and return to the main (crowded) form, I have
to exit the current record and return to it before the comments I entered in
my pop-up form appear on the main form. I think I need some sort of requery
or refresh, but I'm not sure how to go about it.
Any suggestions?
Thank you.