Signo.X
Well-known member
i have a vb.net form that adds/deleteds/edit etc.. record from an Access DB..
i need to log every operation the user does providing the specific names of the data in the record that has been modified.
for e.g. the user enters in the form 2 record :
22 john sports and
23 smith T.V.
then the user navigates through the form, after the user is done, he clicks on save button on the bindingnavigator to update the DB with the new values ... and then the user opens the log file to see what records has been added/modified .. he see the follwing in the log file :
22 john sports and
23 smith T.V.
------ has been added .
how do i refere to the specific records/columns that has been added/modified??
Thanks in Advance ..
~Signo.X
i need to log every operation the user does providing the specific names of the data in the record that has been modified.
for e.g. the user enters in the form 2 record :
22 john sports and
23 smith T.V.
then the user navigates through the form, after the user is done, he clicks on save button on the bindingnavigator to update the DB with the new values ... and then the user opens the log file to see what records has been added/modified .. he see the follwing in the log file :
22 john sports and
23 smith T.V.
------ has been added .
how do i refere to the specific records/columns that has been added/modified??
Thanks in Advance ..
~Signo.X