Thanks for that - works perfectly. Is there a difference between this and
using 'Me.Refresh' ?
Also - I am allowing a user to edit one of the fields shown on the list,
but in a bound field undeneath it - this works fine - however I want to
validate his entry based on the values in some of the other fields in the
currently highlighted record - some of these are calculated. I want to do
something like;
FieldBeingEdited Validation Text = '<= (calculated)TotalSales -
(noncalculated)Returns
I hope that makes some sense !
Basicall the field being edited cannot contain an amount greater than a
calculated field in the List minus a non calculated filed in the List.