JeremiahClinkerbuilt
New member
- Local time
- Today, 13:08
- Joined
- Mar 15, 2021
- Messages
- 4
Hi all,
I have a query that I can run and show in datasheet view.
If I try to export the file to a text file manually (using the ribbon) I get an error: "Too few parameters. Expected 1" (There are no parameters)
If I try to export the file to text using VBA (DoCmd.TransferText acExportDelim...) I get an error: "Cannot reference a table with a multi-valued field using an IN clause that refers to another database." (I don't believe that i am doing this either)
Because I'm getting different errors I have a feeling something else is going on. It was working but then after some changes it stopped working but I can't figure out which change has broken it.
I'd appreciate any help or clues. I've scoured the net looking and can't see anyone having the same combination of problems!
Thanks
(I've been using Access for 25 years and I'm still learning, mostly because it's not my day-job.)
I have a query that I can run and show in datasheet view.
If I try to export the file to a text file manually (using the ribbon) I get an error: "Too few parameters. Expected 1" (There are no parameters)
If I try to export the file to text using VBA (DoCmd.TransferText acExportDelim...) I get an error: "Cannot reference a table with a multi-valued field using an IN clause that refers to another database." (I don't believe that i am doing this either)
Because I'm getting different errors I have a feeling something else is going on. It was working but then after some changes it stopped working but I can't figure out which change has broken it.
I'd appreciate any help or clues. I've scoured the net looking and can't see anyone having the same combination of problems!
Thanks
(I've been using Access for 25 years and I'm still learning, mostly because it's not my day-job.)