virtualranger
Technical User
I've had a look at the FAQ and done a search but can't find what I'm looking for.
I've got all my data from an Access Db and can display it in a simple table. My data contains an attribute called developmentID (not unique) and is ordered by that attribute. I would like to diplay my data in separate tables - a different table for each set of records based on developmentID. Does that make sense?
How can I go about doing this? I'm not sure how to get the code to cycle through the record set and identify where a new developmentID begins in order for me to close the old table and open a new one.
Thanks,
Jamie
I've got all my data from an Access Db and can display it in a simple table. My data contains an attribute called developmentID (not unique) and is ordered by that attribute. I would like to diplay my data in separate tables - a different table for each set of records based on developmentID. Does that make sense?
How can I go about doing this? I'm not sure how to get the code to cycle through the record set and identify where a new developmentID begins in order for me to close the old table and open a new one.
Thanks,
Jamie