List box or subform??

C

Chuck

I have a form in which I need to display the results of a query. The query
itself contains three tables with joins.

Should I be getting the same performance from displaying the query results
in a list box or subform? The reason I ask is that the subform displays the
results in about 5 seconds. The list box takes about 15 seconds to display.

Is this normal ? how can I improve the spped if I use a list box (which is
the contrl I would prefer to use) ?

Thanks
 
W

William Taylor

populating a listbox using a function is the last control that populates
information. I am not sure why but it is the standard. It takes longer and I
have found no solution. Its the nature of the beast.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top