J
Jose Antonio Vial
I´ve problems to synchronize subforms with access 2007. Runnig the same old
code that worked with Acess 2003:
Dim int As Integer
Dim rst As Dao.Recordset
int=Me.[ID]
Set rst = Forms![mainform]![subform].Form.RecordsetClone
rst.FindFirst "[ID]=" & int
Forms![mainform]![subform].Form.Bookmark = rst.Bookmark
Now, with Acces 2007, I get a runtime error 2001, "You canceled the previous
operation".
I ´d like to know how to solve this problem or another way to synchronize
subforms with Acess 2007.
code that worked with Acess 2003:
Dim int As Integer
Dim rst As Dao.Recordset
int=Me.[ID]
Set rst = Forms![mainform]![subform].Form.RecordsetClone
rst.FindFirst "[ID]=" & int
Forms![mainform]![subform].Form.Bookmark = rst.Bookmark
Now, with Acces 2007, I get a runtime error 2001, "You canceled the previous
operation".
I ´d like to know how to solve this problem or another way to synchronize
subforms with Acess 2007.