Hello. I have typed in a Query: SELECT FirstName, STRCONV(FirstName,3) as FirstName_in_Proper_Case FROM DVAClientListTable.
FirstName is the field name and DVAClientListTable is the name of the table.
Before doing this I researched to discover the correct (or one of) code - I followed the instructions in a test table and it worked, now with the changes to the field and table name, I receive the following message:
Compile error, in query expression: 'STRCONV(FirstName,3'
I would appreciate it if someone can tell me what is wrong with the code. Ta in advance.
FirstName is the field name and DVAClientListTable is the name of the table.
Before doing this I researched to discover the correct (or one of) code - I followed the instructions in a test table and it worked, now with the changes to the field and table name, I receive the following message:
Compile error, in query expression: 'STRCONV(FirstName,3'
I would appreciate it if someone can tell me what is wrong with the code. Ta in advance.