I'm exiting my form by using the windows X, I've validated some data in my beforeupdate event and I've found that I don't have the data elements I need filled in on my main form. I need to set focus back to a field on my main form...how do I do this forms![from name]![form field].setfocus gives me an error. How do I place myself back on the main form field automatically? Please help!