Convert Memo Field to Text in make TBL Query

bcarneyAEP

New member
Local time
Today, 02:55
Joined
Feb 1, 2012
Messages
8
Hi
I am trying to convert a Memo field to a Text field in a Make Table query. How can I do this?

Thanks In advance

Brian
 
Hi
I am trying to convert a Memo field to a Text field in a Make Table query. How can I do this?

Thanks In advance

Brian

A Table that is created by a Make Table Query is entirely based on the data types of the Fields that are selected. As long as the Make Table Query Field in question is a Text Field, then the new Table will also have a Text Field.

Your only concern should be what to do if any information is lost during the process of converting the Memo Field to a Text Field, since the Memo Field could hold far more data than a Text Field.
 

Users who are viewing this thread

Back
Top Bottom