Answered
I have a set list of names and addresses i would like to include in a form
would like the form to lay out as such:
Name (combo box)
Street Address (text field)
City/State/Zip (text field)
Phone # (text field)
ID # (text field)
Array would contain about ~15-20 entries (names)
As the user selects a choice from the combo box, it populates all other fields according to pre-defined data.
Would also be nice, to have all fields be editable by the user - incase they wish to add a new person by hand before the form may be updated.
**please** be detailed with scripting (syntax & implementation) as I have not been able to wrap my head around it yet (have a solid understanding of other programming)
George Kaiser