Does anyone who's seen ace 3.3 know if the multivalued-vector query bug is
fixed yet? The one that causes the record
TShirt : "sam05"
Remarks 1990 "Great Shirt!"
1991 "Sarah dislikes color"
to be found by the query 'find tshirt remarks AND NEXT = "great*"' but not
by 'find tshirt remarks AND NEXT = "sarah*" because only the first value
is examined by the query mechanism?
- Dave