On Wed, 12 Oct 2011 19:18:03 -0700 (PDT), DoveArrow <(E-Mail Removed)>
wrote:
>I have two tables:
>
>tblApplication
>tblApplicationProgramCurrent
>
>In the first table is a field called ApplicationID. This corresponds
>to a field in the second table (one-to-many).
>
>I've tried running a query off of the two tables, and one using just
>tblApplicationProgramCurrent. In each case, I get the same error
>message:
>
>"Undefined function 'ConcatRelated' in expression."
Where did you put the VBA code for the function? I'm GUESSING that you have it
in a module which is also named ConcatRelated. If so, you'll get this error -
you can't use the same name for a module and a program within that module. Try
changing the name of the Module to (say) basConcatRelated.
--
John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/For...-US/accessdev/
http://social.answers.microsoft.com/.../en-US/addbuz/
and see also
http://www.utteraccess.com