This expression returns me a value of C00507 from the table
what = DMax(“[AccNo]”, “Customer”)
which is correct, but this:
what = DMax(“[AccNo]”, “Customer”, “[AccNo] = ‘C?????'”)
returns me a null.
I want to use wild cards to find the largest value in the table starting with a C from a list field of values starting with either C or 65.
How do I do it?
Regards, Allan