Forum Discussion
_july_cesar
Jan 25, 2019Copper Contributor
Import from Access to Excel returns empty table.
Hello. When linking an access query to excel using method Data>Get Data> From Database> From Microsoft Access Database, the table in Excel returns the column headers but no other data. When I got t...
StaWM
Mar 11, 2022Copper Contributor
_july_cesar are you using any wild cards (an * ) in your criteria? For example: like(*xyz)
If so, you will have to change them to the % as the wildcard designator. Excel doesn't like * as the wildcard designator. Once you change the wildcard designator to %, when you run the query in Access, it will come up blank; however, it will work when using Power Query into Excel.
aguibuys
Oct 05, 2022Copper Contributor
Such an easy solution. Thanks!