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]
 

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

Back
Top