Help with Code

  • Thread starter Thread starter Fatz
  • Start date Start date
F

Fatz

Can someone supply the code to execute the following in AfterUpdate?
I appreciate the help!

On the after update event try shifting the focus to another control on
your
form then set the button Visible property to false

Thanks,
Chris
 
Chris,

According to VBA Help for the SetFocus method, you can't set a control's
Visible or Enabled properties to False when that control has the focus.

hth,
 
Back
Top