can I extract part of a 'memo' field into a 'text' field?

J

JK

Hey folks: I have a memo field in a table, that I need to take the
last 200 characters of and dump into a text field.

But none of the text functions I've tried will work with Memo fields.

Is this not do-able?

Thanks.
jk
 
G

Guest

I have no problems with using Right([FieldName],200). You should be able to
use this in an update query. Also make sure your text field in the table is
set to handle 200 characters, access usually defaults to 50.
 

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