[solved]hide or close?
when i finish editing in a frm at runtime, i want it disappear, e.g. when i finish adding a new customer, i want customer form disppear, which doesnt effect any other forms. Should i call "me.hide" or "me.close"? whats the difference? if i use "me.hide", next time when i open this form, the procedures under form_onLoad event will still function? what about "me.close"?
when i finish editing in a frm at runtime, i want it disappear, e.g. when i finish adding a new customer, i want customer form disppear, which doesnt effect any other forms. Should i call "me.hide" or "me.close"? whats the difference? if i use "me.hide", next time when i open this form, the procedures under form_onLoad event will still function? what about "me.close"?
Last edited: