Hello,
For example I have this field name which is FruitName, and I have 500 rows in this field with multiple different fruit names. For example apple CPN, orange SSD, pear ATS. And I created a new field called Category, the field is blank because I just made it. I want to write a query so whatever row has the text CPN, SSD, or ATS, it will display an "S" for SSD, "D" for CPN, and "D" for ATS in the Category field. I'm guessing an append query needs to be created to make this work. If someone can help me out and which is the best way to do it let me know. Thank you.