J
Jeff
My two fields are:
[Participation ACE Convert Query].Program = "CITY"
Outings.ProgramID = "ACE/CITY/OASIS/Upper"
and the SQL in the query looks like:
ON ([Participation ACE Convert Query].Program Like "*" &
Outings.ProgramID & "*")
But I'm not getting a match based on this code. Could someone help me?
Thanks!
Jeff
[Participation ACE Convert Query].Program = "CITY"
Outings.ProgramID = "ACE/CITY/OASIS/Upper"
and the SQL in the query looks like:
ON ([Participation ACE Convert Query].Program Like "*" &
Outings.ProgramID & "*")
But I'm not getting a match based on this code. Could someone help me?
Thanks!
Jeff