I have a form which contains alot of fields that are disabled until such time as a user has filled in other fields. When the user clicks on the 'Save' button, I would like the form to RESET itself to how it was when they first opened it (fields disabled etc)
Without closing and reopening the form, is it possible to do in code?
I tried Me.Refresh but I think that just refreshes the underlying records
Anybody?
Without closing and reopening the form, is it possible to do in code?
I tried Me.Refresh but I think that just refreshes the underlying records
Anybody?