N
Nyrubi
I am adding to a field in the table: this is what I have to my update query:
[mytable].[comments] & " // " & [tabletoadd] However, I only want to add
comments if there are comments to add from [mytable]. How do I write this
in? Thank you very much.
[mytable].[comments] & " // " & [tabletoadd] However, I only want to add
comments if there are comments to add from [mytable]. How do I write this
in? Thank you very much.