I am using Allen Browns ConCat related function to put commas between values in a query with MeetingDate in one column and Apology in the other
I have
=ConcatRelated("Apology","QryApologys")
embedded in a text box of a report to show the names and this works but I am trying to limit it to the Meeting date using the value chosen in a form that opens that report.
I cannot put paramaters inthe query i.e. [Forms].[Form1].[Text0]
as these will not work in the context of the DAO code.
Is there a way someone can advise?
here is link to Allen Brown;
http://allenbrowne.com/func-concat.html
I have
=ConcatRelated("Apology","QryApologys")
embedded in a text box of a report to show the names and this works but I am trying to limit it to the Meeting date using the value chosen in a form that opens that report.
I cannot put paramaters inthe query i.e. [Forms].[Form1].[Text0]
as these will not work in the context of the DAO code.
Is there a way someone can advise?
here is link to Allen Brown;
http://allenbrowne.com/func-concat.html