Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Undesired Crosstab character conversion

Status
Not open for further replies.

LarryDK

Programmer
Dec 23, 1999
12
US
I am using a crosstab where the input table has periods (.) in the text field values which are being used as the column headings of the crosstab. Access is converting the periods to underscore characters, since a period is an invalid character in a column name.

Is there a way to retain the periods in the column heading, or is it possible to perform a "make table" so I modify the column headings.

Thanks for any help

Larry
 
I think your own answer is the best way to go. Do a "make table" query, make a new valid table with valid field/column names, then run your crosstab.
 
OK, thanks. I'll work it from another point of view.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top