bigsistar12
New Member
- Joined
- Mar 10, 2011
- Messages
- 18
I have two worksheets, one is a fillable form (calculator) and the other one works as a database.
First I fill out the calculator and save the current new record to my database.
The database will constantly have new records but will be used to update old records too.
My calculator has a save as button that saves new records. My database has a open button that opens old records for updating or editing. I need a macro that allows me (after opening an old record) to save the current records updates or changse to the original record and not create a new one. Same concept as Save as vs Save.
Im not really sure where even to begin. The reason is because each record may have same name different values ex. Dave smith (dates of service) 10/21/10 $50, Dave smith (dates of service) 11/03/10 $2. I think the best way to reference the originting cell is to reference either the active cell in my database from which the original data was pulled from and then in the macro just update the dates or amounts. Or to update a record by two variables such as name and date.
Anyway to do this?
First I fill out the calculator and save the current new record to my database.
The database will constantly have new records but will be used to update old records too.
My calculator has a save as button that saves new records. My database has a open button that opens old records for updating or editing. I need a macro that allows me (after opening an old record) to save the current records updates or changse to the original record and not create a new one. Same concept as Save as vs Save.
Im not really sure where even to begin. The reason is because each record may have same name different values ex. Dave smith (dates of service) 10/21/10 $50, Dave smith (dates of service) 11/03/10 $2. I think the best way to reference the originting cell is to reference either the active cell in my database from which the original data was pulled from and then in the macro just update the dates or amounts. Or to update a record by two variables such as name and date.
Anyway to do this?
Last edited: