Help with Code

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
 
C

Cheryl Fischer

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,
 
Top