Skip to content

Commit 9cc45b9

Browse files
committed
Update dumptoaccesstable.md
1 parent ae5cce9 commit 9cc45b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api/methods/dumptoaccesstable.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,9 @@ See also
6868

6969
If a table named *tableName* already exist in the database, the operation is aborted. User can specify the fields for create indexes by name or by absolute position through the *fieldsToIndexing* parameter. When the *fieldsToIndexing* parameter is not set, the data is dumped into the database table without indexing more fields than the record position.
7070

71+
>⚠️**Caution**
72+
>{: .text-grey-lt-000 .bg-green-000 }
73+
>All the data is dumped as "Short Text". If the CSV file has some of the special chars listed in [this article](https://docs.microsoft.com/en-us/office/troubleshoot/access/error-using-special-characters) an error can occur.
74+
{: .text-grey-dk-300 .bg-yellow-000 }
75+
7176
[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)

0 commit comments

Comments
 (0)