Action query cannot be used as row source

JH40

Registered User.
Local time
Today, 01:47
Joined
Sep 16, 2010
Messages
100
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]
 
It appears that the action query is still the source for the report. Have you tried changing the source of the report to the new table?
 

Attachments

  • poss.JPG
    poss.JPG
    61.2 KB · Views: 262
If you want changes made to the source of your report to reflect whilst the report is open, you will either re-open the report or requery it.

@Spent: You didn't use pink? :eek: What's going on?:p
 

Users who are viewing this thread

Back
Top Bottom