M
Mark Kubicki
I've got a combo box which shows no value after the user has picked an item
from the dropdown list; I'm certain this is an easy problem (perhaps to
easy)
- the combo gets its data from a table with 2 fields: "common name" &
"ReportName"
- the field widths are: [2";0"]
- the value is for future use (not stored in a field), consequently, it is
unbound; it will provide the value used in a command button's code (the
button is located elsewhere on the form) .
- the value that will be used is the second ("ReportName")
thanks in advance,
mark
from the dropdown list; I'm certain this is an easy problem (perhaps to
easy)
- the combo gets its data from a table with 2 fields: "common name" &
"ReportName"
- the field widths are: [2";0"]
- the value is for future use (not stored in a field), consequently, it is
unbound; it will provide the value used in a command button's code (the
button is located elsewhere on the form) .
- the value that will be used is the second ("ReportName")
thanks in advance,
mark