hello,
can anyone help me with this problem perchance? :
i need to create a new table when a button on a form is clicked on, using the entries in a list box as the column names in the new table, am i right in thinking i need to use the SQL "CREATE TABLE tablename (column1 TEXT, column2 TEXT)" ?? if so how do i integrate it into my code??
thanks,
matt
can anyone help me with this problem perchance? :
i need to create a new table when a button on a form is clicked on, using the entries in a list box as the column names in the new table, am i right in thinking i need to use the SQL "CREATE TABLE tablename (column1 TEXT, column2 TEXT)" ?? if so how do i integrate it into my code??
thanks,
matt