tford I have a Query by Form: FIND 'Client Search by Form' I need to count the items found. Seems like I remember reading a way to do this, but can't remember :? Thanks!
aware_support The function is called SEARCH_COUNT, for example FIND 'Client Search by Form' IF SEARCH_COUNT > 0 Then ...