2 Replies - 354 Views - Last Post: 27 July 2012 - 06:09 AM Rate Topic: -----

#1 unnikalary  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 27-July 12

how to arrange order of records using vb code

Posted 27 July 2012 - 03:08 AM

i am working with a program vb6 - ADODC-access database. while adding new records, the last records saves somewhere between two existing records. so i want to make it in ascending/descending order before print. but confused in writing code. please help
Is This A Good Question/Topic? 0
  • +

Replies To: how to arrange order of records using vb code

#2 Atli  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 3043
  • View blog
  • Posts: 4,556
  • Joined: 08-June 10

Re: how to arrange order of records using vb code

Posted 27 July 2012 - 03:37 AM

We'd need to see the code, and the database structure.

:code:
Was This Post Helpful? 0
  • +
  • -

#3 BobRodes  Icon User is offline

  • Your Friendly Local Curmudgeon
  • member icon

Reputation: 547
  • View blog
  • Posts: 2,904
  • Joined: 19-May 09

Re: how to arrange order of records using vb code

Posted 27 July 2012 - 06:09 AM

Yes, we need to see the code, but my hunch is that you're looking for the recordset object's Sort property.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1