On Mon, 20 Apr 2009 10:47:28 -0400, "JP" <(E-Mail Removed)> wrote:
>SELECT Cost As [Total.Cost]
> FROM tblDetail
>
>I need to export a query to a csv file with periods in some of the column
>headings. However, Access won't allow this. The message states "Total.Cost
>is not a valid name make sure that it does not include invalid characters
>and that it is not too long."
>
>
>
>
Try using the Caption property of the field instead of the fieldname. Periods
are simply not allowed in fieldnames.
--
John W. Vinson [MVP]
|