Write to a Memo Field

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
 
J

John W. Vinson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top