Form ingnores sorting. Pulldown list ignores it too. What could be the culprit?

  • Thread starter Thread starter apolinaras
  • Start date Start date
A

apolinaras

I have Access97 front end with MySQL providing data via MyODBC.

On all the systems that have WinME the form in question pulls up
everything just fine, 2 systems that have WinXP ignore the sorting.

Form is pulls data from one table.
Any ideas what could it be. Setup and access file is identical on all
machines.
 
Form is pulls data from one table.
Any ideas what could it be. Setup and access file is identical on all
machines.

Base the Form on a Query sorting the data as you wish.

MySQL (like other relational databases) does not specify an order of
data in tables; they're unordered "bags" of data.
 

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