Results 1 to 2 of 2

Thread: DataControl

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 1999
    Posts
    34

    DataControl

    Hi, how can I find the number of records and the position of the current record e.g. Record 3 of 12 using the DataControl.

    thanks in advance

    MICK

  2. #2
    Member
    Join Date
    Feb 2001
    Location
    St. Louis, Missouri
    Posts
    49
    # of records: dat1.recordset.recordcount
    current record: dat1.recordset.bookmark

    Have you ever used the Object Browser? If so, ignore this next bit. But, if not....try hitting F2. There you can look at all the properties and methods of all the objects available to the program you are working on. It is WONDERFULLY useful for stuff like this. In this case, you could search for DAO and pull up all the possibilites for it. Then, you would scroll through, looking at the description window until you found the method or property you were looking for.

    Hope that helps.

    Eva

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width