Hi Access experts,
I would like to retrieve data from Access using Excel VBA through ADO. This was successfully done in the past until a user-defined function was added to one of the fields in the Access query. On Access, the query can run successfully. On Excel, an error "Microsoft Access Database Engine -> Undefined function in expression" is returned.
Has someone encountered similar problem before? Any workaround? I think using user-defined function in queries should be quite common because it is so useful.
Thank you.
I would like to retrieve data from Access using Excel VBA through ADO. This was successfully done in the past until a user-defined function was added to one of the fields in the Access query. On Access, the query can run successfully. On Excel, an error "Microsoft Access Database Engine -> Undefined function in expression" is returned.
Has someone encountered similar problem before? Any workaround? I think using user-defined function in queries should be quite common because it is so useful.
Thank you.
Last edited: