Using a CSV/Text-File as a RecordSource for a Report
Posted
by
Falcon
on Stack Overflow
See other posts from Stack Overflow
or by Falcon
Published on 2011-01-14T11:03:52Z
Indexed on
2011/01/15
0:53 UTC
Read the original article
Hit count: 291
I need an Access Report to use a CSV-File as a RecordSource.
I have searched and tried many things, yet, I've found no way to achieve this. A temporary table in some other database is not an option.
I've been trying to use a DAO RecordSet, but while I can read the RecordSet just fine I cannot set it as the report's RecordSet and I cannot use its Name as the RecordSource Property as both approaches lead to an error.
Please help me find a way!
© Stack Overflow or respective owner