Greetings Gurus,
Before I drive myself nuts trying to find a way to do this I would like to ask if it can be done.
Mainform has a combobox - selects CompanyName
Subform has records - e.g. company, productcode, productprice, orderdate, supplydate
Currently I have a "Notify" button whose OnClick event sends an email to the relevant department so that if, for example, Orders ship an order an email will be received by Supply knowing that the order is en route.
It would be nice if, instead of alerting Supply (in the body of the email) that a company & product price has had a modification, we could add the company, productcode and the fields that have changed (sort of an OnDirty or On Data Change type event.
Is this possible?
Before I drive myself nuts trying to find a way to do this I would like to ask if it can be done.
Mainform has a combobox - selects CompanyName
Subform has records - e.g. company, productcode, productprice, orderdate, supplydate
Currently I have a "Notify" button whose OnClick event sends an email to the relevant department so that if, for example, Orders ship an order an email will be received by Supply knowing that the order is en route.
It would be nice if, instead of alerting Supply (in the body of the email) that a company & product price has had a modification, we could add the company, productcode and the fields that have changed (sort of an OnDirty or On Data Change type event.
Is this possible?