Hi
My database has a main project table, and each project can have multiole client, people working on it etc, so these are stored in separate tables, referenced by the Project ID
I then need to create reports from this data. This works fine, as the lists of clients etc are handled by sub...