Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MEMO FIELD SHOWS UP AS TEXT FIELD WHEN CREATING NEW TABLE

Status
Not open for further replies.

franksirvent

Programmer
Mar 8, 2002
358
GB
hi,

I am creating a table via SELECT ... INTO.... etc

It all runs well, however a MEMO field which is over 255 characters in length some of the data, the new table has the field as TEXT instead of MEMO

How do I 'force' the query to create the new table, and keeping the correct format for each field?

All other fields (over 50) seem to be correct, except this one.

thanks in advance

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top