I have created a subform, inside the subform, there are few columns, say columnA, columnB, columnC and columnD.
In the actual table link to the above subform, there are extra one field, columnE or fieldE which is not shown in the above subform. columnE or fieldE is a number field. Default value is 0
Question: When there is any change to the data at the columnA, columnB, columnC or columnD through the subform, i want the columnE or fieldE to record as 1.
What events and how to write the VBA codes ? Any suggestion is welcomed.
In the actual table link to the above subform, there are extra one field, columnE or fieldE which is not shown in the above subform. columnE or fieldE is a number field. Default value is 0
Question: When there is any change to the data at the columnA, columnB, columnC or columnD through the subform, i want the columnE or fieldE to record as 1.
What events and how to write the VBA codes ? Any suggestion is welcomed.