M
Manus Nemeth
Hello,
Our office is converting to Access 2000, and when I try to
edit a record in a recordset as in:
Dim rst as recordset
..
..
..
rst.movefirst
rst.Edit
I no longer get the edit option, just EditMode, which
isn't the same(and doesn't work). I have a great deal of
code that uses this option, I've tried the help feature,
but that doesn't seem to be working properly, at least not
yet. What library do I need to add to get this option
back?
The choices I've tried have not worked.
Thanks for you time.
Manus Nemeth
Our office is converting to Access 2000, and when I try to
edit a record in a recordset as in:
Dim rst as recordset
..
..
..
rst.movefirst
rst.Edit
I no longer get the edit option, just EditMode, which
isn't the same(and doesn't work). I have a great deal of
code that uses this option, I've tried the help feature,
but that doesn't seem to be working properly, at least not
yet. What library do I need to add to get this option
back?
The choices I've tried have not worked.
Thanks for you time.
Manus Nemeth