From the table Table
, I would like to build a query that gives me the table Query
.
The first issue is to build Query.Note
as a concatenation of Table.Note
.
Te second issue, more difficult, is to concatenate Table.Project + ": " + Table.Note
each time that Table.Note
is not empty.
Some clues?
For my needs, it is enough to solve the first issue. The second one would be great to have.
I am open to VBA-solutions.
Thanks in advance!