sysadmin07
IS-IT--Management
Hi,
I'm pulling data from an Access database, in which I'd like to display in tables on a CF page. The problem I'm having is that I need to generate the necessary amount of tables, based upon number of occurrences. I have a few instances where, for example, the Access table row named "test" exists twice with different data in each row (FYI, the primary key is autonumber). How can I design the code to output two tables, if two rows exist named "test" or more, if necessary?
Thanks.
I'm pulling data from an Access database, in which I'd like to display in tables on a CF page. The problem I'm having is that I need to generate the necessary amount of tables, based upon number of occurrences. I have a few instances where, for example, the Access table row named "test" exists twice with different data in each row (FYI, the primary key is autonumber). How can I design the code to output two tables, if two rows exist named "test" or more, if necessary?
Thanks.