Change Column Headings Automatically

C

Craig

Is there a way to change column headings programmatically
so that no matter what data I put through a query, the
output will have headings corresponding to the data it
just manipulated? If there is a way to do this, please
let me know. Thanks for the help...

Craig
 
J

Jeff Boyce

Craig

Can you provide a simple example of what you are trying to accomplish? From
your description, it sounds like you want a query to use the fields of the
table(s) you select in your query. That's how a query works already...
 
Top