I want to construct a Make table query to create Table2 from Table1.
However, in creating Table2, I want to add new fields or columns which do not exist in Table1.
I want the new columns to have null values for the time being because I will update these columns at a later stage.
So, after I run the query I look at Table2 in Design View and I noted that the new columns I created are in Binary Format (dont ask me why, since Access do not support this format, but this is fact of life).
So I want to make sure that the new columns I want to create with null values are in text format.
Unfortunately, in the Design View of the query I constructed, in looking at format in Propert Sheet, I see lots of date, currency general numbr etc. format types but no Text format. Why is that ?
So how can I specify for that field that it has to be created in Text format ?
Thanks ina dvacne for your guidance.