nevermind i just do a loop through all open forms and set enabled = false.
for the record, here is the code
CODE
Dim f As Form
For Each f In My.Application.OpenForms
f.Enabled = False
Next
This post has been edited by bflosabre91: 9 May, 2008 - 12:04 PM