UpDate Yourtable
SET Grid_Easting = IIF(Len([YourField])=3,[YourField[,[Grid_Easting])
, UTM_Easting = IIF(Len([YourField])>=6,[YourField],[UTM_Easting])
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
> I had gotten that far, but how do I tell it different destination fields?
>
[quoted text clipped - 10 lines]
>>>
>>> Thanks