J
jhrBanker
I receive a db that has a single table with 52 Fields. Each Field has a
Caption defined in the table. For example, Fieldname [CompanyNbr] has a
Caption of "Bank Nbr". How do I change the Column Heading in a query, since
I don't like either name (CompanyNbr or Bank Nbr)? I've tried both "CoNbr:
[CompanyNbr]" and "CoNbr: [Bank Nbr]", and neither option works. I've also
tried the SQL version (SELECT [CompanyNbr] as "CoNbr" FROM Directory. I
receive a new table daily, so it's not pratical for me to have to manually
delete the Caption's from each of the fields.
Caption defined in the table. For example, Fieldname [CompanyNbr] has a
Caption of "Bank Nbr". How do I change the Column Heading in a query, since
I don't like either name (CompanyNbr or Bank Nbr)? I've tried both "CoNbr:
[CompanyNbr]" and "CoNbr: [Bank Nbr]", and neither option works. I've also
tried the SQL version (SELECT [CompanyNbr] as "CoNbr" FROM Directory. I
receive a new table daily, so it's not pratical for me to have to manually
delete the Caption's from each of the fields.