Exactly like my title states i need a query that removes the first chracter from [Parameter_Value] into [Parameter_Flag] if the first character is the letter L. Otherwise it remains unchanged. There are no blank values in [Parameter_Value] as they have already been removed.
i thought of a way . but it requires bring all the entires with L using the criteria Like”L*” into another table. and then removing the first characters of each field while adding an L to the [parameter_flag] column. usign the criteria NOT like “L*” to get the rest of the values in another table. and then combine the two.
Is there a more effiecient way?

I’m rusty on my Access (JET) SQL, but I think is what you want: