I have a one to many question. I am in the middle of converting an Access database over to MS SQL 2005. I am converting all of the queries into pass though queries. One of my queries takes a sub-table that has many fields related to the primary table and concentrates them into one field using Duane Hookom's Concatenate function (you can download it at http://www.rogersaccesslibrary.com/forum/forum_posts.asp?TID=16). In this way, I can run a report or display a list of all of the people from the sub table associated with the primary key of the main table. For the database I am working in, this is a critical function. The problem is the database is getting too big and has too many users to run as an Access Database anymore.
In converting over to SQL, this function won't work as a pass-through query at least I haven’t got it to work. Is there a way to concentrate fields in a One to Many relationship using SQL and pass through queries? Or is there way to concentrate the fields on the SQL server?
Any advice you all could offer would be most welcome. Thanks.
In converting over to SQL, this function won't work as a pass-through query at least I haven’t got it to work. Is there a way to concentrate fields in a One to Many relationship using SQL and pass through queries? Or is there way to concentrate the fields on the SQL server?
Any advice you all could offer would be most welcome. Thanks.