I've been pondering and trying various things, then searching but I still haven't been able to find an answer. My question is this - I have a user who wants to store multiple dates in one field, then count the number of dates in that field. The dates would be separated by the same character always, probably semicolon. Can I count the number of semicolons in one field (and add 1 - easy part) and return that number in another field in a query?
CountInstance([Field1],";")+1 would be nice here![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Thanks!
CountInstance([Field1],";")+1 would be nice here
Thanks!