Caro
May 20th, 2000, 09:51 PM
When using a table type in my DAO I get No Current Record error when I try to AddNew and Update after a seek with Nomatch - any ideas?
Code is
If rsTable.NoMatch Then
rsTable.AddNew
etc.
Code is
If rsTable.NoMatch Then
rsTable.AddNew
etc.