Write to a Memo Field

  • Thread starter Thread starter Chip
  • Start date Start date
C

Chip

Hey!

I have a memo field where we store documentation related to our
object. I have a memo field and my users have been writing to this
memo field. I also have a unbound control using the ColumnHistoy
method.

What I'd like to do is have my user type into the memo field, click a
button and have it save the record first and then refresh my
columnhistory method field.

What happens though, is I think its clearing the content of the Memo
field and so my column history method is empty. Any ideas?

Chip
 
Hey!

I have a memo field where we store documentation related to our
object. I have a memo field and my users have been writing to this
memo field. I also have a unbound control using the ColumnHistoy
method.

What I'd like to do is have my user type into the memo field, click a
button and have it save the record first and then refresh my
columnhistory method field.

What happens though, is I think its clearing the content of the Memo
field and so my column history method is empty. Any ideas?

Chip

Correct the error in your code. For help in doing so please post the code.
 
Back
Top