S
Samantha
Hi All,
I can't seem to reset some the caption of some labels when the form closes
or unloads. I have tried the following codes on both the form's Unloading
and Closing event but neither works:
Me!lblA.Caption = ""
Me!lblB.Caption = ""
Me!lblC.Caption = ""
Me!lblU.Caption = ""
Any idea why this is the case? I know I can probably reset at the form's
OnLoad event, but I the form already loads very slow because there are
already 4 list boxes that each runs a query when the form opens.
Thanks in advance for all you pointers to the right direction!
I can't seem to reset some the caption of some labels when the form closes
or unloads. I have tried the following codes on both the form's Unloading
and Closing event but neither works:
Me!lblA.Caption = ""
Me!lblB.Caption = ""
Me!lblC.Caption = ""
Me!lblU.Caption = ""
Any idea why this is the case? I know I can probably reset at the form's
OnLoad event, but I the form already loads very slow because there are
already 4 list boxes that each runs a query when the form opens.
Thanks in advance for all you pointers to the right direction!