Hey all! I have 2 forms, "frmNewItemForm" and "frmChangeItemForm" They hold pretty much the exact same info. What the client needs is this...
They need to open the New Item form and input the data. The data is detailed info on the item, such as NetCost, ModelNumber, etc.
Now, if the cost, etc changes, they want to enter the Change Item form. Right now I have it prompting for the Model Number and it finds the record. They can then make whatever changes are necessary.
THE PROBLEM--They want original record to NOT CHANGE. They need to pull reports to see the changes on a particular model number monthly, yearly, etc. A model may change more than once, so I guess I need the change Item form to bring up a duplicate of the data so the prior data is not changed. What is the best way to do this, or is there a better way?
Thanks for all your help!
They need to open the New Item form and input the data. The data is detailed info on the item, such as NetCost, ModelNumber, etc.
Now, if the cost, etc changes, they want to enter the Change Item form. Right now I have it prompting for the Model Number and it finds the record. They can then make whatever changes are necessary.
THE PROBLEM--They want original record to NOT CHANGE. They need to pull reports to see the changes on a particular model number monthly, yearly, etc. A model may change more than once, so I guess I need the change Item form to bring up a duplicate of the data so the prior data is not changed. What is the best way to do this, or is there a better way?
Thanks for all your help!