M
markmarko
I have some procedures for finding and filtering. In filtering, I can use
EXISTS in the WHEREish part. The same code used in an rs.findnext results in
an error "Unknown or invalid field reference." Is there a way around this?
The rs was cloned from the SalesOrder form, which does not have this data in
it's recordsource, so an EXISTS statement must be used.
Thoughts?
EXISTS in the WHEREish part. The same code used in an rs.findnext results in
an error "Unknown or invalid field reference." Is there a way around this?
The rs was cloned from the SalesOrder form, which does not have this data in
it's recordsource, so an EXISTS statement must be used.
Thoughts?