Concactentating Memo Field from Child Table to Parent Field

  • Thread starter Thread starter Jasmine
  • Start date Start date
J

Jasmine

Is there a way to concactenate the contents of several memo field from
another table for the same userid

to a specific field within the parent table?
 
Is there a way to concactenate the contents of several memo field from
another table for the same userid

to a specific field within the parent table?

Well... yes, but why on Earth would you want to store several memo fields
redundantly in yet another memo field!? Redundancy is EEEEvil, because it's
redundantly redundant.

That said... you can adapt the code at

http://www.mvps.org/access/modules/mdl0004.htm


John W. Vinson [MVP]
 
Back
Top