I have a make table query which by default uses the field names from the query source as it's field names. Is there a way to define my own field names in a make table query?
A query is like a view in normal relational parlance. One of the many roles of accessing base tables via views is you can change field names to something more user friendly. In Access you can create a new field like FriendlyName:[WierdInternalName]. In SQL you can say WierdInternalName AS FriendlyName. Either way your new table will have your chosen names.
I'm sorry but I'm still confussed. My query has a current field which will be used in the new table. How do I change the name in the query prior to making the table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.