Forum Discussion
bbalzer
Feb 16, 2021Copper Contributor
Please help!!! Run-time error 3828 Cannot reference a table with a multi-valued field ...
I have a form that passes a string to a query. From the form, I want to convert the query results to a csv file. I have checked several posts on this subject and they don't seem to have any problem...
Stacy Clark
Feb 26, 2021Brass Contributor
My suggestion is to get rid of the multi-valued fields. Define your tables (and fields) the classical way, and create queries that refer to all the tables directly. That should eliminate the error.
George_Hepworth
Feb 26, 2021Silver Contributor
Stacy, I suggest you read the ENTIRE thread. We ran way past that stage long ago. The problem, and the solution, were unrelated to MVFs, although that was my initial assumption as well.