I have a form with a table as a record source. I have the fields in the form set as unbound. Is there a way for me to select records and make inputs without affecting the orinating table until I click an Update button? And how do I update it so that the input goes into the originating table?
Ex. Table - Name, Address, Phone#
Form to select name from combo box
Address and phone # to input
click update button to add record, not to replace the original name, but to add a new record with "New" & Original name as the new name.
Ex. Table - Name, Address, Phone#
Form to select name from combo box
Address and phone # to input
click update button to add record, not to replace the original name, but to add a new record with "New" & Original name as the new name.