G
Gemini13 via AccessMonster.com
I'm in the middle of migrating an mdb file to adp and have migrated the
tables over to SQL Server 2000
A curious thing is happening for which I have no explanation.
On my main form, I have a button that the user clicks to start a new
record. Very simply, the code is
DoCmd.GoToRecord , , acNewRec
whereas in mdb world, this was no problem, adp/SQL Server doesn't like it,
and it throws 2105 "You can't go to the specified record".
why? and how do i fix it?
tables over to SQL Server 2000
A curious thing is happening for which I have no explanation.
On my main form, I have a button that the user clicks to start a new
record. Very simply, the code is
DoCmd.GoToRecord , , acNewRec
whereas in mdb world, this was no problem, adp/SQL Server doesn't like it,
and it throws 2105 "You can't go to the specified record".
why? and how do i fix it?