ACC2000: DDE Statements Invalid in List Box or Combo Box ControlID: Q209719
|
If you use a dynamic data exchange (DDE) function as the ControlSource property of a list box or a combo box, the box will be empty when you view it in Form view. However, if you view the form in Datasheet view, the first object in the DDE data will appear.
Using a DDE function in the RowSource property causes an error message in both Form and Datasheet views of the form.
Using code, you can create a list function that returns to a list box or combo box. You can use any code routine to obtain the information used in the list, including DDE commands.
This behavior is by design.
The ControlSource property of a list box or combo box may be blank if the control is unbound, or may contain the name of the field that the control is bound to; it may not contain a DDE function.
The RowSource property of a list box or combo box may contain a list of values, the name of a table or query, or an SQL string. This property
provides the list of values that the user may select from.
Object: List Box
----------------------------------------------
ControlSource: =DDE("Excel","Test.xls","R1C1")
For more information about using the ControlSource property, click Microsoft Access Help on the
Help menu, type "ControlSource" in the Office Assistant or the Answer Wizard,
and then click Search to view the topics returned.
Additional query words: pounderror listbox combobox prb
Keywords : kbinterop kbdta
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: May 13, 1999