J
Jay Oken
I have two tables, Parent and Children, with a one-to-many relationship. I
would like to create a query that creates a single record per
parent/children listing the parent and then as many children as they have
listed all in the same record. I assume that I would have to do this with a
SQL query?
would like to create a query that creates a single record per
parent/children listing the parent and then as many children as they have
listed all in the same record. I assume that I would have to do this with a
SQL query?