S
Sue
I have a main form in my Contacts database. I have forms allowing for new
entries in tblContactType, tblBusiness, tblCity, & tblZipCode for
ContactType (i.e. Church, Bankiing/Finance, Medical, Insurance),
BusinessName, City, & Zip/PostalCode respectiveliy.
I've added command buttons which allow each of the above forms to be opened,
but the forms open to a record which has existing data rather than to a
blank record. Therefore there's a risk that a user will inadvertently
overwrite existing data. Also, once the new data is entered and the form is
closed, although the user returns to the form in which (s)he was entering
data, the form needs to be "refreshed" before the new entry (city, zip,
whatever) can be entered.
I want to be able to put a command button on my main form to allow the user
to do the following:
1) Open the form which enables a new entry in one of the above categories
2) Go straight to a blank record rather than to a record where an entry has
already been made (to avoid overwriting existing data)
3) Close the form they've used to add the new data
4) Return to the main form
5) Complete data entry without having to refresh the form & relocate the
record they were updating.
Can do?
entries in tblContactType, tblBusiness, tblCity, & tblZipCode for
ContactType (i.e. Church, Bankiing/Finance, Medical, Insurance),
BusinessName, City, & Zip/PostalCode respectiveliy.
I've added command buttons which allow each of the above forms to be opened,
but the forms open to a record which has existing data rather than to a
blank record. Therefore there's a risk that a user will inadvertently
overwrite existing data. Also, once the new data is entered and the form is
closed, although the user returns to the form in which (s)he was entering
data, the form needs to be "refreshed" before the new entry (city, zip,
whatever) can be entered.
I want to be able to put a command button on my main form to allow the user
to do the following:
1) Open the form which enables a new entry in one of the above categories
2) Go straight to a blank record rather than to a record where an entry has
already been made (to avoid overwriting existing data)
3) Close the form they've used to add the new data
4) Return to the main form
5) Complete data entry without having to refresh the form & relocate the
record they were updating.
Can do?