G
Guest
I have a form in which I have placed a list box, with two visible columns.
The two columns are labelled "fldSub-Factors" and "fldCode" (current values
are "A", "B", "C", ... "K"). Both contain alpha values only. They are based
on a table called "tblSub-Factors", which has a total of 11 rows.
I have two additional items on the form, which I would like to be able to
change dynamically, based on the selection in the list box. The value
selected in "Sub-Factors" should be combined with the word "Form" to create
the title for the form (a label).
The corresponding value in Code should determine what field is displayed on
the other item on the form, which is an entry on another table called
"JE_Results". The columns in JE_Results are headed "A", "B", "C"..., "K".
So, if I select the first row from tblSub-Factors (which is Code A, and has
a title in the fldSub-Factors, in this case "Knowledge"), then the form title
should read "Knowledge Form". And, the fillable filed on the form should
then populate the fldCode on tblJE_Results.
Is this do-able? If so, how? If possible, Iwould like to do this through
the filed property windows in the form, since I am not experienced as a
programmer.
Thanks
Don
The two columns are labelled "fldSub-Factors" and "fldCode" (current values
are "A", "B", "C", ... "K"). Both contain alpha values only. They are based
on a table called "tblSub-Factors", which has a total of 11 rows.
I have two additional items on the form, which I would like to be able to
change dynamically, based on the selection in the list box. The value
selected in "Sub-Factors" should be combined with the word "Form" to create
the title for the form (a label).
The corresponding value in Code should determine what field is displayed on
the other item on the form, which is an entry on another table called
"JE_Results". The columns in JE_Results are headed "A", "B", "C"..., "K".
So, if I select the first row from tblSub-Factors (which is Code A, and has
a title in the fldSub-Factors, in this case "Knowledge"), then the form title
should read "Knowledge Form". And, the fillable filed on the form should
then populate the fldCode on tblJE_Results.
Is this do-able? If so, how? If possible, Iwould like to do this through
the filed property windows in the form, since I am not experienced as a
programmer.
Thanks
Don