I’m sure its possible to do through an update query, I just don’t know the expression. For a little background, I deal a lot with personnel. When people go places, earn special awards, etc, they are submitted on a list of names. I keep track of the lists they were on in Column A, simply displayed as 1, 2, 4, 7, 17, etc., with each number representing the list number they were on. I want column B to count the number of lists the person was on. I assume this is easily achievable through an update query, counting the number of commas (+1). I don’t know how to write the expression. I would have the update query run upon closing of the table.
Thanks for your help!
Jeremy