Data Conversion Question

AcceSs-AbLe

Board Regular
Joined
Jan 27, 2003
Messages
87
Hello,

I am trying to convert a table to "CSV" format using the "Export Delimited" function in the macro. However, one of the fields don't get exported correctly. The field name is "ACCOUNT #" however, when exported, it only exports "ACCOUNT" the "#" isnt exported. What can I do to resolve this?

Thanks in advance!!
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
You can start by learning proper naming conventions in Access. It is not like a spreadsheet where you can give it all these funny names.

Access tolerates the use of some non-alphanumeric characters as field names but they are greatly advised against as is using spaces or undercores to split words in field or object names.

The better method is to condense the phrase into one length of text and capitalising each word within the text i.e. DateOfBirth

When people start using symbols, spaces, underscores, and reserved words as field names in Access then they are sure to run into problems in the future.
 
Upvote 0

Forum statistics

Threads
1,221,566
Messages
6,160,524
Members
451,655
Latest member
rugubara

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top