Hi
I am trying to find a way to add a column name, so it contains two words.
dbs.Execute "ALTER table ThisTable add Gender Wa char(1);"
With the above code I try toadd the column Gender Wa, but it will not let me. It only add Gender.
If I try 'Gender Wa' then it adds the column 'Gender Wa', so also not the preferred solution.
I hope somebody has a way this can be done ?
I am trying to find a way to add a column name, so it contains two words.
dbs.Execute "ALTER table ThisTable add Gender Wa char(1);"
With the above code I try toadd the column Gender Wa, but it will not let me. It only add Gender.
If I try 'Gender Wa' then it adds the column 'Gender Wa', so also not the preferred solution.
I hope somebody has a way this can be done ?