G
G.
Can I use a specific field in a table to display data in a combo box that is
on a form?
My issue is that I am trying to create a combo box from a table that has say
10 fields (field1 = primary key. then there is field2, field3, etc.). I make
a new form and add a bound control (say field2). Then right click on the
control and select Change To, tehn Combo Box. When I go to Form View the data
in the dropdown lists information from field1 and not field2? This happens no
matter which field I select as the combo box - field3, field4, etc. all would
show data from field1.
Any idea why?
I'd like to use the data in the combo box as the selection criteria for a
parameter query - I know how to do that thanks to the past info on this site
but am currently using a transatory query that I really would like to get rid
of if I can. Thank you.
on a form?
My issue is that I am trying to create a combo box from a table that has say
10 fields (field1 = primary key. then there is field2, field3, etc.). I make
a new form and add a bound control (say field2). Then right click on the
control and select Change To, tehn Combo Box. When I go to Form View the data
in the dropdown lists information from field1 and not field2? This happens no
matter which field I select as the combo box - field3, field4, etc. all would
show data from field1.
Any idea why?
I'd like to use the data in the combo box as the selection criteria for a
parameter query - I know how to do that thanks to the past info on this site
but am currently using a transatory query that I really would like to get rid
of if I can. Thank you.