Im trying to build a form giving an overview of emplyees and their assigned tasks including deadlines.
I could gather this information in one big recordset, however in order to improve readability I would like to list the emplyee name once, and for each emplyee show tasks and deadlines.
I have tried to google a pure sql solution, however think I will probably need to solve this via vba instead - by creating multiple recordsets, looping through each emplyee and then somehow dynamicly add multiple subforms/unbound control boxes to a form?
Any ideas how I should approach this?
rgds
Jakob Outen
I could gather this information in one big recordset, however in order to improve readability I would like to list the emplyee name once, and for each emplyee show tasks and deadlines.
I have tried to google a pure sql solution, however think I will probably need to solve this via vba instead - by creating multiple recordsets, looping through each emplyee and then somehow dynamicly add multiple subforms/unbound control boxes to a form?
Any ideas how I should approach this?
rgds
Jakob Outen