Hi guys,
I have two tables - 1 Album holds many Images. What I want is a a TypedList that has:
- albumid
- albumtitle
- imagecount
i.e 2, "holiday photos", 20
Is it possible to define a TypedList in the designer that will provide this info or will i have to create a dynamic typed list?
Cheers,
Pete