G
Guest
I have a need to format table fields programmatically. Here are the details.
What I am doing is importing a table. I then do some stuff to it and create
a new table from it containing certain of the records. (I need it to be a
table, not a query or a report). I create the new table OK using SQL
statements.
It may sound odd, but I need all the text fields in the new table to be
uppercase. I, Of course can manually set the format of each field to
uppercase after the table is created, but I need it to be done
programmatically when the table is being created, if it’s possible. I
haven’t been able to find anything on the internet on this issue. Thanks in
advance for any suggestions?
What I am doing is importing a table. I then do some stuff to it and create
a new table from it containing certain of the records. (I need it to be a
table, not a query or a report). I create the new table OK using SQL
statements.
It may sound odd, but I need all the text fields in the new table to be
uppercase. I, Of course can manually set the format of each field to
uppercase after the table is created, but I need it to be done
programmatically when the table is being created, if it’s possible. I
haven’t been able to find anything on the internet on this issue. Thanks in
advance for any suggestions?