Connecting Tech Pros Worldwide Help | Site Map

Field Type

  #1  
Old January 1st, 2008, 08:35 AM
zazu
Guest
 
Posts: n/a
I use a make table query. A field in the output table is a combination
of three fields and the syntax is:

NewField: [Main]![Field1]&[Main]![Field2]&[Main]![Field3]

Fields 1 through 3 are memo fields, yet the field type for NewField in
the new table is automatically formatted as text. This of course
limits us to 255 chars with the result that some info is being cut
out.

How do I force the query to make the new field a memo field and accept
all the data

Regards to all
  #2  
Old January 1st, 2008, 05:35 PM
Linq Adams via AccessMonster.com
Guest
 
Posts: n/a

re: Field Type


The Wonder from Down Under, Allen Browne, has a page on the woes of using
memo fields in queries, along with some work arounds:

http://allenbrowne.com/ser-63.html

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via http://www.accessmonster.com

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do I need to create a field type LONG? Galina answers 7 June 27th, 2008 07:21 PM
DAO - which properties apply to each field type? The Frog answers 17 January 12th, 2007 09:45 AM
Field Type changing to hyperlink via VBA Andreas Meffert answers 4 November 13th, 2005 10:30 AM
Do I need to create a field type LONG? Galina answers 7 July 19th, 2005 10:50 PM
best MySQL field type for Unix timestamp? kingofkolt answers 3 July 17th, 2005 08:37 AM