Hi pbaldy,
I got the message (Undefined Function "fConcatChild" in expression) .
What I did was :
>>Copy the following "Select Statement" to the (SQL View) of a new query :
SELECT Orders.*, fConcatChild("Order Details","OrderID","Quantity","Long",[OrderID]) AS SubFormValuesFROM Orders;
>>...