I get the below error in access97:
There are no forms whatsoever in this mdb--it's a scratch db I created and have just a couple of local jet tables and a couple of odbc-linked tables. Again--no forms, no reports, no user-defined functions. I'm just opening a query that looks at a jet table and gets the len() on one of the fields.
I googled the err msg and found nothing, I was just wondering if anyone has seen this?
--Jim
When I run a query. The query contains one function Len()--not even a user defined one.Can't open a form whose underlying query contains a user-defined function that attempts to set or get the form's recordsetclone property
There are no forms whatsoever in this mdb--it's a scratch db I created and have just a couple of local jet tables and a couple of odbc-linked tables. Again--no forms, no reports, no user-defined functions. I'm just opening a query that looks at a jet table and gets the len() on one of the fields.
I googled the err msg and found nothing, I was just wondering if anyone has seen this?
--Jim