I have a db that I need to be able to enter an initial set of data and then at a later date be able to find that data, update several fields and then save the new data as a new number (AutoNumber) as well as preserving the original data in my existing table.

I prefer to do this by using "Command Buttons" i.e., New Data, Find Data, Save Data, etc. Please help this newbie.