Gasman
Enthusiastic Amateur
- Local time
- Today, 05:05
- Joined
- Sep 21, 2011
- Messages
- 15,640
OK.
You store the old description, possibly in a table? up to you, but you will have it in a variable.
The new description will exist in the table, or you could save that as well as a variable.
When the material description is amended (check old <> new) then Open your report based on your query with criteria of the materialID, also create the report to a pdf file with suitable naming as you require. I would add the product description to your query if you use that one.
I would probably write this change to an audit table somewhere anyway, so I could produce a report on all the amendments. If that was the case, the pdf might not be required as I could generate the report whenever it was required.
You store the old description, possibly in a table? up to you, but you will have it in a variable.
The new description will exist in the table, or you could save that as well as a variable.
When the material description is amended (check old <> new) then Open your report based on your query with criteria of the materialID, also create the report to a pdf file with suitable naming as you require. I would add the product description to your query if you use that one.
I would probably write this change to an audit table somewhere anyway, so I could produce a report on all the amendments. If that was the case, the pdf might not be required as I could generate the report whenever it was required.
Last edited: