nicksource
Registered User.
- Local time
- Today, 14:31
- Joined
- Feb 18, 2008
- Messages
- 69
I have a form that has a sub-table in it, it lists loads of dates and the job the goods were sent out to from a table called GoodsOutJob.
Under each row, it then lists (using another sub-table) all the products from the GoodsOutProd table for that job/date - with this I can expand and collapse the dates to see or hide the products underneath.
What I want to do though, is because there can be several jobs on the same date, is to group all the dates (the GoodsOutJob) so they collapse/expand too in the form. So I only see one date, like 04/08/08, then when I expand it, I see all the jobs that went out under this date (at the moment it lists each date).
How do I do this?
The forms purpose is to show a summary of the dates, so I can see what has gone out on certain days.
Thanks,
Nick.
Under each row, it then lists (using another sub-table) all the products from the GoodsOutProd table for that job/date - with this I can expand and collapse the dates to see or hide the products underneath.
What I want to do though, is because there can be several jobs on the same date, is to group all the dates (the GoodsOutJob) so they collapse/expand too in the form. So I only see one date, like 04/08/08, then when I expand it, I see all the jobs that went out under this date (at the moment it lists each date).
How do I do this?
The forms purpose is to show a summary of the dates, so I can see what has gone out on certain days.
Thanks,
Nick.