Validation ISSUE
I enter a 5 digit number "12345"
I enter a 5 digit number "12345"
Code:
into a form linked to a table.[T_Station_1] Then I need to validate the number does not exist in an another table [T_Station_V] which are my voided numbers.
Now I have been trying this in a macro set at after Update. With a MSG pop-up stating it is a VOIDED number – then I have a [SelectRecord] then [DeleteRecord] from table and allow user to continue.
But it just does not seem to work?
I am familiar with VB, but I am better with Macro’s. please help…