Hi Friends,
I am developing Engineering Document System which keep the record for all kind of Engineering Drawings and other related documents in MS Access + VBA. Table Details are
Drawing No, Sheet From, Sheet To, Title and Revision
My Question is
When I enter Drawings No it may tell me that "This Drawing No is Already Exist"
and Cursor may not go to Next Field until the correct Drawing Number is entered.
I used DLoopup function which gives message about Duplicate Entry. But the cursor not go back for Re Entry.
Kindly help me to solve this by VBA code in BeforeUpdate event.
thanks
I am developing Engineering Document System which keep the record for all kind of Engineering Drawings and other related documents in MS Access + VBA. Table Details are
Drawing No, Sheet From, Sheet To, Title and Revision
My Question is
When I enter Drawings No it may tell me that "This Drawing No is Already Exist"
and Cursor may not go to Next Field until the correct Drawing Number is entered.
I used DLoopup function which gives message about Duplicate Entry. But the cursor not go back for Re Entry.
Kindly help me to solve this by VBA code in BeforeUpdate event.
thanks
Comment