Re: FM 7 and counting records of similar criteria -
09-01-2005
, 02:07 PM
I don't know what your trying but you CAN store the individual visit
number. This is a NORMAL number field (NOT A CALC) which just happens
to have an auto enter value on it.
If your trying to store the total number of visits, it can also be done
but that means you have to script it, every time a new visit is created
set a field in person to the count of visits. From the Visit table you
can reference that field as a related field. |