Results 1 to 9 of 9

Thread: Help with ADO-Access, please [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Junior Member Jethro Tull's Avatar
    Join Date
    May 2005
    Location
    Buenos Aires - Argentina
    Posts
    31

    Help with ADO-Access, please [RESOLVED]

    I'm newbie with ADO. Probably too conservative with VB5 methods (now I'm using VB6), I was using DAO till rencently.

    I have a problem (I think a stupid and simple problem): if I'm creating a new record, I can't avoid this to be saved in the database. It is, I can't cancel.

    Example: I'm filling data in a form, I decide not to add it to the base, but any action I do updates the base with the data.

    I'm linking the form objects with the recordset fields and ending the cmdNew_Click() sub with rsXXXX.AddNew.

    Thanks
    Last edited by Jethro Tull; May 12th, 2005 at 12:59 PM. Reason: Resolved

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