Make Table Query and Expression Names

paborden

New member
Local time
Today, 13:32
Joined
Aug 28, 2007
Messages
4
Hi all,

I have a Make-Table Query that has five expressions. I have changed the properties of these columns so that, when you view the query, it shows the column names I have chosen. So, instead of Expr1, I get "Haggis", and instead of Expr2, I get "Cold Toast".

BUT, when this query creates a table, the column headings revert to Expr1 and Expr2. Is there any way to make my custom column headings stick in the new table?

I should add that I frequenty run this query and overwrite the table. Thus, even if I go into the table and change the field headings, as soon as it is overwritten these changes revert.
 
Last edited:
Please post the SQL statement of your query, that is the statement in query SQL View.

^
 
Also, you might consider emptying and filling the table, rather than creating it each time. I think it's more efficient.
 

Users who are viewing this thread

Back
Top Bottom