I have several databases where I have one form to add a new record and one form
to edit an existing record. I use unbound forms and class modules most of the
time.
What I would like to do is have one form that handles both adding a new record
to the database and editing the same type of record. The form would be altered
in the load event to change whatever needs to be changed to show the form
in an "Add" mode vs. and "Edit" mode (I guess???).
Does anyone have any ideas/experience on this? I'm sure in an truly OOP
environment this is childs play/standard operating procedure. Please let me
know what you think.
Johnny
to edit an existing record. I use unbound forms and class modules most of the
time.
What I would like to do is have one form that handles both adding a new record
to the database and editing the same type of record. The form would be altered
in the load event to change whatever needs to be changed to show the form
in an "Add" mode vs. and "Edit" mode (I guess???).
Does anyone have any ideas/experience on this? I'm sure in an truly OOP
environment this is childs play/standard operating procedure. Please let me
know what you think.
Johnny
Comment