Hi all,
I am having trouble with the concatenate function code on the Allen Browne website located here
http://allenbrowne.com/func-concat.html
I am using the textbox controlsource method on a report:
=ConcatRelated("ID", "qryFutureReleaseDate", "FMonth = " & [FMonth])
The report is based on a query and when I run it I get an input box "Enter Parameter Value" ConcatRelated.
It seems like the Function is not registering with the Database.
Anyone know what might be causing this?
Thanks in advance for your help.
I am having trouble with the concatenate function code on the Allen Browne website located here
http://allenbrowne.com/func-concat.html
I am using the textbox controlsource method on a report:
=ConcatRelated("ID", "qryFutureReleaseDate", "FMonth = " & [FMonth])
The report is based on a query and when I run it I get an input box "Enter Parameter Value" ConcatRelated.
It seems like the Function is not registering with the Database.
Anyone know what might be causing this?
Thanks in advance for your help.