Hi !
I need to add tables in my .cfm where access database info are stored. I am creating a new table for each new compagny.
My problem is to make it automatic. When i insert new compagny in the database i want that .cfm page to add a new table and add it under the other compagny tables.
I need the coding to recognize the number of compagnies and create a table in my .cfm page for each of them.
For now my access database is made with a column name Brand, and theres lot of duplicate names cause its not a primary key.
I need to add tables in my .cfm where access database info are stored. I am creating a new table for each new compagny.
My problem is to make it automatic. When i insert new compagny in the database i want that .cfm page to add a new table and add it under the other compagny tables.
I need the coding to recognize the number of compagnies and create a table in my .cfm page for each of them.
For now my access database is made with a column name Brand, and theres lot of duplicate names cause its not a primary key.