I have a query with data from several tables. I open it as a recordset in a VBA module and can get data from some of the fields with eg SomeData = TheQuery!SomeFi eld but for other fields when the code runs I get error 3626 - item not found in this collection.
It is not a typo - the field names are correct.
Any hints?
Is there a way to see what it thinks is in the collection?
Thanks
It is not a typo - the field names are correct.
Any hints?
Is there a way to see what it thinks is in the collection?
Thanks
Comment