Hi,
If i wanted to populate other forms fields from a combobox in an ms access database form I would use the dlookup function.
is there something similar that can be used in asp
I have one listbox that contains approx. 30 records
these records are made up of 3 fields that contain the following
code no
type
description
what i would like to do is select a code number from a dropdown list and then populate 2 text fields with the corresponding type and description.
these are examples records
[tt]
21 CN obsolete
14 CR to clear
[/tt]
can anyone point me in the right direction if this is possible please
Regards
Paul
If i wanted to populate other forms fields from a combobox in an ms access database form I would use the dlookup function.
is there something similar that can be used in asp
I have one listbox that contains approx. 30 records
these records are made up of 3 fields that contain the following
code no
type
description
what i would like to do is select a code number from a dropdown list and then populate 2 text fields with the corresponding type and description.
these are examples records
[tt]
21 CN obsolete
14 CR to clear
[/tt]
can anyone point me in the right direction if this is possible please
Regards
Paul