I am trying to use this to no avail: with rs Are my questions too hard or easy (or just stupid!) because nobody is Thanks in advance,
***************************************************************************
****
set rs = db.openrecordset("table",dbOpenDynaset,dbAppendOnly)
.Addnew
!name = "Tim"
.Update
.Close
end with
***************************************************************************
****
it's in the load event of two different forms that are loaded sequentially.
What is going on? It tells me that the record is locked when I load it
the second time. It appears to me that since the recordset is closed, the
record is NOT locked.
answering them. Someone please help me.
Tim McLaughlin