Yes, I already thought about using a variable. It would be less house-keeping to check the status of the form, however.
The reason for checking whether the form was opened in new or edit mode is to make certain controls visible and other controls locked.
As an example, when the form is opened acFormNew, then some of the form's controls are visible = false. On the other hand, when the form is opened acFormEdit, the controls that are not visible are changed to visible. Also other controls on the form (in acFormEdit) mode will have their property for locked set to yes.
Does this help? Any ideas?
Thanks.