TCARPENTER
Programmer
I have a report based on a query which has a filter applied, when I set the the record source property to this query, the filter on property becomes automatically populated with the filter specified in the query. However, when I run the report I get the following error:
'Owner.OwnerName' is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long.
Here is the filter property:
((Lookup_Software_OwnerID.OwnerName="ABC Inc"))
I've tried all sorts of different combinations but none seem work - the query however works fine. I (obviously mistakingly so) assumed since Access did this on its own, it would work fine.
Any help would be appreciated.
Thanks
Todd
'Owner.OwnerName' is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long.
Here is the filter property:
((Lookup_Software_OwnerID.OwnerName="ABC Inc"))
I've tried all sorts of different combinations but none seem work - the query however works fine. I (obviously mistakingly so) assumed since Access did this on its own, it would work fine.
Any help would be appreciated.
Thanks
Todd