Hi
Building an interface for fieldsurveying.
If a radiobutton is pushed I want certain fields in the related dbf file to automaticcally populated/filled out with a "n/a" value.
Something like
If rdoYES.value = True then
Layers("test.shp").Fields("refused").Value = "n/a"
Layers("test.shp").Fields("ongoing").Value = "n/a"
End if
I have tried to play around with the RecordSet and Move features, but cannot get the field values into the current record.
Can anybody help?!
Cheers,
Rasmus
Does