Which part of the code containing EOF or BOF does the error pop up? In other words which line does the error show...
Apps tech the error line is
VB Code:
If (lblScaleEventID > 0) Or (ObjRSprodidvalues.EOF) Then
There is a logical reason:Originally posted by andreys
These two lines of your code cousing this problem and doesn't make any sence.
Why would you move to the previous record and update it in same time. There is no changes for record at this time. Why would you update it?
The user enter a valid number but there is always a chance that
they may enter the wrong number...This procedure uses a SP
which validates this number and inserts the values into another
table....the ID number is then placed into a label....
so for example
user enter 123456 instead of 123345 now because these two
numbers are valid they will both be acknowledges and inserted
into the table but the proble is 123456 should never of been
entered.
![]()
Hope thats clear




Reply With Quote