On 1/27/2025 2:47 PM, Charlie wrote: > Hi Ken.. I tried 'index on category+val( str( id, 12, 0 ) ) tag test' > > But it didn't seem to work. Although I could have done something wrong. I am not replacing all. I am only replacing when the user enters new data. It seems to work well. Thanks for your help.
Actually the val() function probably isn't necessary there, that's
getting the numeric value from the string, and you really want just the
string. Too much on my part. ;)