Forum Discussion
Lokimon1
Nov 26, 2023Copper Contributor
Creating a new record by combining multiple rows into a single record based on a unique identifier
Hello, I hope that you can help me with something that seems like it should be simple, but has me stumped! I am trying to create a new table from the table above. Each row is a vaccinatio...
- Nov 28, 2023
It turned out that a crosstab will not produce the exact layout shown in your screenshot. However, a query with appropriate subqueries should do so. Note that this requires no more than 3 vaccinations in a series for one individual. More extended series would require more complicated logic.
This sample accdb and queries should show you how to prepare the display for the data in the layout illustrated.
Lokimon1
Dec 02, 2023Copper Contributor
Dear George, Thank you for your time and effort to assist me. It is very much appreciated. Your solution has worked very well.
George_Hepworth
Dec 03, 2023Silver Contributor
Congratulations on resolving the problem. Continued success with your project/