I have a report that is opened via a macro. The OnOpen event has the following code:
Me!RecordSource = "SELECT ..." (This is copied from the SQL view of a query)
I keep getting
'Runtime Error 2465:
[My application name] cannot find the field "RecordSource" referred to in your expression'
The dialog box suggests that perhaps I misspelled something or someone has renamed something.
Any ideas why it can't find the RecordSource?
Me!RecordSource = "SELECT ..." (This is copied from the SQL view of a query)
I keep getting
'Runtime Error 2465:
[My application name] cannot find the field "RecordSource" referred to in your expression'
The dialog box suggests that perhaps I misspelled something or someone has renamed something.
Any ideas why it can't find the RecordSource?