I have a report where the text boxes were successfully populating from a query. I had to change the query process and append new data, so I created a table of the result instead. I am now updating the text boxes to read from the table and am now getting the above error message. Does anyone know why the report will not acknowledge the change to the table? It seems as if it still thinks the query is the source (query has been changed to a make table query and an additional append query runs after that) and sees that that query is now actionable. Stumped here...
Text box used to be:
ProvNumber
Text box should now be (but receives error):
=[tblProvider]![ProvNumber]
Text box used to be:
ProvNumber
Text box should now be (but receives error):
=[tblProvider]![ProvNumber]