I have an .axf with custom forms. some of the combo boxes link to .dbf files for a list of values. in the .dbf files, one field is designated for the text (what the arcpad user sees in the drop down box) and another field is designated for the value (what get entered into the attribute table). i have multiple combo boxes referencing the same .dbf. the combos that use the the same field for both text and values show all of the values in the .dbf but the combos that use a different field for the text and values only show the first 3 values in the .dbf. any advice on how to get all of the values listed in the .dbf to show as choices in the combo box??
Kevin