S
SleepiJean
I am using Microsoft Access 2000 and I need to compare the value in a
revision level text field in my order details subform against the revision
level text field in the Parts form when the operator makes an entry in the
order details subform. This value could be either a number or a letter. If
the values are the same, the operator can continue entering the record. If
not, I want to display a message telling them that the values are not the
same and to inform the quality manager that there is a discrepancy and the
record can not be saved until the discrepancy is resolved. I wanted to put
the code for this in the AfterUpdate event for the revision level text field
in the order details subform. The Val function only works if the value is a
number and sometimes the revision level is a letter. Any help you can give
me would be appreciated.
revision level text field in my order details subform against the revision
level text field in the Parts form when the operator makes an entry in the
order details subform. This value could be either a number or a letter. If
the values are the same, the operator can continue entering the record. If
not, I want to display a message telling them that the values are not the
same and to inform the quality manager that there is a discrepancy and the
record can not be saved until the discrepancy is resolved. I wanted to put
the code for this in the AfterUpdate event for the revision level text field
in the order details subform. The Val function only works if the value is a
number and sometimes the revision level is a letter. Any help you can give
me would be appreciated.