B
benjaminkmartin
I am going to have a large enumerated list for one of my form's
fields. Based on the choice made in the first field, I want the
second field to auto poulate a number. This number coms from a
separate table that enumerated list comes from. All the choices in
the table are autonumbered, and it is this auto number i want to be
displayed in the second field.
So it looks something like this.
Table
001 : Location A
002 : Location B
003 : Location C
....
Form
Location (Field 1) : (Enumerated List... Location A, Location B,
Location C...)
Location ID (Field 2) : (If location A is chosen, number 001 is
autopopulated....)
Thanks for any advice.
fields. Based on the choice made in the first field, I want the
second field to auto poulate a number. This number coms from a
separate table that enumerated list comes from. All the choices in
the table are autonumbered, and it is this auto number i want to be
displayed in the second field.
So it looks something like this.
Table
001 : Location A
002 : Location B
003 : Location C
....
Form
Location (Field 1) : (Enumerated List... Location A, Location B,
Location C...)
Location ID (Field 2) : (If location A is chosen, number 001 is
autopopulated....)
Thanks for any advice.