Requerying

  • Thread starter Thread starter H. Martins
  • Start date Start date
H

H. Martins

One of the fields of a table is sorted.

SELECT tblConfigGrupos.lintIndexKMaster, tblConfigGrupos.strNomeGrupo,
tblConfigGrupos.boolInactive, tblConfigGrupos.lintNGrupo FROM
tblConfigGrupos ORDER BY lintNGrupo;

If I change the content of one lintNGrupo field in one record, I
should issue a Me.Requery to sort it again so that the new sort is
displayed.

To what event should I associate the command?

(Is this the right way to do it?)

Thanks
H. Martins
 

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