If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Replacing rst with rst

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-13-02, 15:31
mattalexx mattalexx is offline
Registered User
 
Join Date: Feb 2002
Posts: 60
Replacing rst with rst

In Access 2k VBA:

I cloned the recordset of a form when it opens:
Code:
Set rst = Me.Recordset.Clone
When the form closes, I want to ask the user whether he wants to save the changes. If he doesn't, I want to replace "Me.Recordset" with "rst":
Code:
?
In case it pertains to the problem: the form won't allow adding or deleting of records

Is this possible?
__________________
Matt Alexander
mattalexx@softhome.net

Don't click here.

Odigo: 5408962
AIM: mattalexx
ICQ: 138006220
Reply With Quote
  #2 (permalink)  
Old 05-13-02, 17:19
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
Have you tried using the updatebatch method instead ? Use this with locktype of adlockbatchoptimistic.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On