Reserved error (-1601)

GUIDO22

Registered User.
Local time
Today, 19:30
Joined
Nov 2, 2003
Messages
515
Hi

I am using the 'Single' field type to hold values representing stock levels. Recently, on the odd occasion when I attempt to write the current stock level to this field - I get the following error : (see attachment). This prevents me from making the change to the field.

I have recently decided to try and remove the entire record becuase of this error and I attempting to delete also displays the same error message! What is wrong - is the table somehow corrupted and any ideas how to recover from this problem. This has me stumped.....

TIAFAH

Guy :confused:
 

Attachments

  • Image1.gif
    Image1.gif
    67.1 KB · Views: 177
Have you searched the MS Knowledge Base for this error number?

If there really is no error text for that error, it is possible that your program has somehow signalled that error arbitrarily. I thought the negative numbers were reserved for users anyway.

Are you running any VBA code and is the number -1601 visible in that code as a literal value?
 
>>Have you searched the MS Knowledge Base for this error number?

Yes I have - couldnt find anything

>>Are you running any VBA code and is the number -1601 visible in that code >>as a literal value?

At the lowest level i.e. when trying to change the field value or deleting said record - there is no VBA code........
 

Users who are viewing this thread

Back
Top Bottom