Is true

  • Thread starter Thread starter Atlas
  • Start date Start date
Atlas said:
Source: http://www.sql-server-performance.com/access.asp

Somewhere in the page it states:

"Avoid using bound controls on your form. Each bound control creates a
separate query that must be send and run on SQL Server"

Is it true???

If the bound control is a ComboBox or a ListBox then a query would be
executed for the RowSource. Otherwise I think they're mistaken.
 

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

Back
Top