G
Guest
Hello,
I have a form that’s has an event “On Loadâ€. Using code how can I get the
form to reload from itself?
I thought
“DoCmd.OpenForm "fmOrdEnt", acNormal, "", "", , acNormalâ€
Would work, but I guess it can’t open something already open.
I also tried
“fmOrdEnt.requery
This doesn’t work either.
That’s for any help!
I have a form that’s has an event “On Loadâ€. Using code how can I get the
form to reload from itself?
I thought
“DoCmd.OpenForm "fmOrdEnt", acNormal, "", "", , acNormalâ€
Would work, but I guess it can’t open something already open.
I also tried
“fmOrdEnt.requery
This doesn’t work either.
That’s for any help!