Hi group, What does this error means? 2105 Thanks, Rodolfo Fontes
D Douglas J. Steele Mar 10, 2005 #2 If you go to the Immediate Window (Ctrl-G) and type ?AccessError(2105), you'll get the following back: You can't go to the specified record.@You may be at the end of a recordset.@@1@@1 If your error handler displayed the Err.Description, instead of just the Err.Number, there should be meaningful names replacing the the @@1@@1
If you go to the Immediate Window (Ctrl-G) and type ?AccessError(2105), you'll get the following back: You can't go to the specified record.@You may be at the end of a recordset.@@1@@1 If your error handler displayed the Err.Description, instead of just the Err.Number, there should be meaningful names replacing the the @@1@@1