I have a main form with a list box and when I double click on a person's name in the list box it opens a second form with that persons expanded information. I'd basically like to use that same form to add a new person to the database. I figure that if I have a save button at the bottom of this form, then I could put a button on the main form called "add" and have it open to this form with the text boxes blank. It would work for the expanded information, because it would really be like a save edits button. It would save a new contact from the blank form, but would just save any updates on an already existing contact.
Is this feasible or would I need a seperate add contact form? If it is, how do I go about doing this? Thanks.