G
Guest
I am trying to see whether the data in a record on a form has been changed by
a user. Any Ideas
I was trying to concatinate all the data from each field together into a
single string when you open the record, and compare this to the concatinated
string of all the data when you leave the record. I was trying to use the
following statement to concatinate the data...
DIM i AS String
FOR EACH TEXTBOX IN FORM
i = i & TEXTBOX.VALUE
NEXT
....But it didn't work - Any Suggestions will be appriciated. thanks
a user. Any Ideas
I was trying to concatinate all the data from each field together into a
single string when you open the record, and compare this to the concatinated
string of all the data when you leave the record. I was trying to use the
following statement to concatinate the data...
DIM i AS String
FOR EACH TEXTBOX IN FORM
i = i & TEXTBOX.VALUE
NEXT
....But it didn't work - Any Suggestions will be appriciated. thanks