Looking for help defining an OnOpen Event procedure that will work with a form to do the following:
First off, this particular form will only be opened by another form via a button.
Once the form is opened, I'd like the OnOpen event to determine automatically if the record is new or existing. If the record is new, I'd like for it to create a new record without having to enter any data, (currently if I open the form and the record is new I have to enter some data in at least one field then save before I can continue, I'm trying to eliminate that step.)
Any thoughts on how I might accomplish this?
First off, this particular form will only be opened by another form via a button.
Once the form is opened, I'd like the OnOpen event to determine automatically if the record is new or existing. If the record is new, I'd like for it to create a new record without having to enter any data, (currently if I open the form and the record is new I have to enter some data in at least one field then save before I can continue, I'm trying to eliminate that step.)
Any thoughts on how I might accomplish this?