CalculateFieldGreaterThan255

D

DZ

In a query I created a calculated field that results in
text that is more than 255 characters. The data is
truncated. Ultimately I want to turn this query into Make
Table Query but the results will be truncated. is there a
way run this make table query so that the calculted fields
are memo fields instead of text fields so the data won't
be truncted.
 
J

Jeff Boyce

Don't use a make table query. If you first define the table structure,
including your memo fields, you can use an append query instead.
 

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