Results 1 to 2 of 2

Thread: Databases and form loads

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    cardiff
    Posts
    17


    is it possible to move to a empty record in a
    database when a form first loads up, i tried data1.recordset.movenext but that does
    not work can any one help at all.

  2. #2
    Addicted Member
    Join Date
    Jan 2000
    Location
    Fresno, California, USA
    Posts
    195
    I believe what you are trying to do is to is to create a new record on form load. You would do that in ADO with the following syntax:

    rsRecordSet.AddNew

    This will bring up a new, blank record in your declared recordset for you to play with and update.

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