C
Coulmn Property
I am trying to create a form that has a subform. The main
form is the information for a Project. The subform is the
detail cost items related to the project in a many to one
relationship.
So far the form seems to work correctly.
I have created a combo box that is based on a table. It
will be on the subform. The table has a list of items and
prices, each related to the project. My intention is to
use the combo box to select an item from a table and drop
it into the detail table of the subform. For this purpose
I am trying to use the column property.
In the MS Access help there is a description of the use of
the Column Property. I think I understand the process, at
least some. However I can't seem to see where I can enter
the
expression.column(Index,Row).
When I look at the properties of the Combo box I see:
Column Count
Column Heads
Column Widths
are any of these the place to type the expression.column
(Index,Row)
Any suggestions would be appreciated.
Thanks,
Jack
form is the information for a Project. The subform is the
detail cost items related to the project in a many to one
relationship.
So far the form seems to work correctly.
I have created a combo box that is based on a table. It
will be on the subform. The table has a list of items and
prices, each related to the project. My intention is to
use the combo box to select an item from a table and drop
it into the detail table of the subform. For this purpose
I am trying to use the column property.
In the MS Access help there is a description of the use of
the Column Property. I think I understand the process, at
least some. However I can't seem to see where I can enter
the
expression.column(Index,Row).
When I look at the properties of the Combo box I see:
Column Count
Column Heads
Column Widths
are any of these the place to type the expression.column
(Index,Row)
Any suggestions would be appreciated.
Thanks,
Jack