Populate dbf-field through ArcPAD EditForm

605
0
12-20-2010 05:32 AM
rasmusborgstrøm
New Contributor
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
Tags (3)
0 Kudos
0 Replies