I believe that in order for you to be able to input information into your
list boxes you must first create a new table with the information that your
list box will contain. If it is already in a table than you have to use that
table as the control source. (properties for the list box)
Hope this helps!
"ValuedClient" wrote:
> I am trying to add items from a dynamic query in to a Data Access Page
> Listbox without any success.
>
> I need help to either perform the AddItem or InsertItem or find another way
> to populate the ListBox dependent on a previous parameter form an earlier
> Data Access Page?
>
> Thank you in Advance
|