My customer wants to be able to build the text in a comments field from a list of comment snippets stored in a separate table. I have a form showing several fields including the Comments field along with a list box showing the available snippets from the Snippets table, but I can't find a way to concatenate what is already in the Comments field with a selected snippet. However it works, it needs the ability to add more than one snippet (ie - each snippet is added as it is clicked(or double clicked).
I'd prefer to stay away from VB if possible (someday I'll have to learn it).