Return Table Field

S

shapper

Hello,

I have an Access Database with 3 fields: ID, Title and Text.

Is it possible, when selecting a few records, to change the field
names?

My query would change the name of field "Text" to "Description".

Thanks,
Miguel
 
D

Douglas J. Steele

Brendan's given the SQL that you need to use. To do this in the graphical
query builder, simply put Description: in front of Text in the field cell
(make sure you include the colon!)
 
Top