I've just moved my tables to SQL Server 2000
I have a new record button on a form that used to work just fine.
now when I click it, error 2105 saying "you can't go to that record" end-debug-help pops up. When I click help, all I get is a blank screen.
the code is simply
DoCmd.GoToRecord , , acNewRec
looks like I do have select, insert, update, delete permissions to the underlying table.
why doesn't this work any more, and how do I fix it????
I am a nobody, and nobody is perfect; therefore, I am perfect.
I have a new record button on a form that used to work just fine.
now when I click it, error 2105 saying "you can't go to that record" end-debug-help pops up. When I click help, all I get is a blank screen.
the code is simply
DoCmd.GoToRecord , , acNewRec
looks like I do have select, insert, update, delete permissions to the underlying table.
why doesn't this work any more, and how do I fix it????
I am a nobody, and nobody is perfect; therefore, I am perfect.