I'm having trouble understanding scalar functions. Can anyone tell me why this doesn't work....
SELECT * FROM LiveClient
WHERE {fn UCASE(customer) } LIKE '%#UCase(form.clientname)#%'
It produces a 'Data type mismatch in criteria expression' error.
The field (customer) and form var (clientname) are both strings!!??
SELECT * FROM LiveClient
WHERE {fn UCASE(customer) } LIKE '%#UCase(form.clientname)#%'
It produces a 'Data type mismatch in criteria expression' error.
The field (customer) and form var (clientname) are both strings!!??