Converting from Access97 to Access2000 
Author Message
 Converting from Access97 to Access2000

I am converting from Access 97 to Access 2000. This code
used to work on Access 97
When I try to executed the following code, I get the
following error:
"This action was cancelled by an associated object."
Does anyone have a fix?
Dim rsAdd As Recordset
Dim CurStep%, CurPost%

        gbFlag = False
        Set rsAdd = Me.Steps_Subform.Form.RecordsetClone
If rsAdd.RecordCount = 0 Then    
if no records in the recordset
           With rsAdd
                 .AddNew
                ![Func_ID] = Me.Func_ID
                ![Posting] = "001"
                ![Steps] = "001"
                ![INSTRUCT] = "** New Step (Day Added) **"
                .Update
              End With
End if
End if

.



Sun, 09 Jan 2005 20:45:49 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Converting Access97 to Access2000 code

2. Problems with code when converting database to Access2000 from Access97

3. converting database from access97 to access2000

4. How to convert Access97 to Access2000?

5. Convert Access97 DB to Access2000 DB

6. Convert Access97 to Access2000

7. access97 to access2000

8. Access97 vba VS Access2000 vba

9. Incompatability between Access97 and Access2000 ???

10. Access97 to Access2000

11. access97-->access2000

12. Access97 vs. Access2000

 

 
Powered by phpBB® Forum Software