Hi,
I am getting the error saying 'Invalid Procedure Call' in my query. My query is very simple. I am just getting data from another query which is getting data from a table.
SELECT
Last(ProperCase (qryCustomerInf o.[Last Name]))
FROM qryCustomer
The qryCustomer is working fine and returning all the required rows but I don't have any idea why getting the last name is causing problem. Please help.
I am getting the error saying 'Invalid Procedure Call' in my query. My query is very simple. I am just getting data from another query which is getting data from a table.
SELECT
Last(ProperCase (qryCustomerInf o.[Last Name]))
FROM qryCustomer
The qryCustomer is working fine and returning all the required rows but I don't have any idea why getting the last name is causing problem. Please help.
Comment