In an Access form, I used the On Current Event to limit the visibility of a few different buttons and text boxes based on the values in a couple different fields on the form. While it works perfectly if you move off the record and then back on, I want it to work as soon as the user selects a value that triggers the On Current Event to make the buttons/text boxes visible (or not visible). Maybe I didn't search for the right words, but I was unable to find a thread that discussed this issue directly. I'm guessing that a simple "After Update" event on each of the fields that affect the On Current event in the form will do the trick, but I don't know what to put to make it work. Any help on how to get the whole form to update without moving off the record would be great, thanks!