Results 1 to 3 of 3

Thread: record count

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2001
    Posts
    41
    whats the code to count all the records in field on a table in a databse like i want to count all Movie_titles that exist in a database

  2. #2
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Brooklyn NY USA
    Posts
    1,258
    Code:
    NumberOfRecords = data1.recordset.recordcount
    MsgBox NumberOfRecords

  3. #3

    Thread Starter
    Member
    Join Date
    Apr 2001
    Posts
    41
    thanks found out the answer already by testing and tying

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