Any one know how to set an object layer in ArcPad 8 using a .AXF file? I'm trying to make a simple tool bar to switch between editable layers (One .shp and One .axf) I can get eveything to work if they were seperate .shp files but not when I have (One .shp and One .axf source).
What would be the way to call the .AXF layer in the statement below?
Set objLayer = Application.Map.Layers("MyLayer")
Thank You,
John