P
prairiewind via AccessMonster.com
I'm creating a report of only the changes that have been made in the database
since the last publication of the report. I don't want to list all the
information about a contact, only what has changed. I've created hidden
text boxes corresponding with the contact information. (i.e. - txtAddress
has a corresponding txtAddressChange.) I have in the txtAddress (and all the
other text boxes) in the On Change, code to copy the data to the new text box.
(Me.txtAddressChange = txtAddress). However, this copies the old information
and I'm wanting it to copy the new information. Is there a
better/different/right way to do this?
since the last publication of the report. I don't want to list all the
information about a contact, only what has changed. I've created hidden
text boxes corresponding with the contact information. (i.e. - txtAddress
has a corresponding txtAddressChange.) I have in the txtAddress (and all the
other text boxes) in the On Change, code to copy the data to the new text box.
(Me.txtAddressChange = txtAddress). However, this copies the old information
and I'm wanting it to copy the new information. Is there a
better/different/right way to do this?