hi fredg,
the control is a combobox (but i suppose it could be a textbox) with the
name/control source dubbed "Lesion Number"! for my purposes the most
important property value is
=Nz(DMax("[Lesion Number]","[Lesions: Non-Target]","[Patient Number] = " &
[Forms]![RECIST Disease Evaluation: Nontarget Lesions]![Patient
Number]),0)+1
because i want this control to default to the value '1' if there are no
other records for the (filtered value of) Patient Number and to 1 more than
the maximum value of the incrementally numbered sequence of "Lesion Number"
values (1,2,3,....,12)