|
Re: Combobox link
Posted: 17 Jun 10 8:50 AM
|
First of all, if the Combo Box shows no values available to link from that means that you are working on a Manage form (not a Data Bound form).
Second, as hinted by RJ's reply, even if you were working on a Bound form (e.g. an Account Form), the fields for the Combo box to bind from would be those that are one to one to the base Form table (e.g. The Account table). In other words, you wouldn't be able to bind to a Multiple relationship field. If that was the case, then changing a value on the Combo box would affect all fields on the Many table.
I guess the question is what are you trying to achieve? What is your goal? Maybe you are going at it the wrong way. |
|
|