Is there a way to automate for a user the ability to add a column to an existing table and give it a name? Also add a new table and create their own column names with a primary key.
I was able to create SQL statement that allows me to add a column to a table, however when I used the same statement to a link table it did not work. Is there away around that. If anyone can help I would appreciate it.