Hi.
I have a textbox "txtNumber" that contains either two or eight characters (numbers).
I also have a textbox called "txtDep".
Both textboxes are placed in the form "frmTrspInv".
What I need is when I input a eight character number, to have a popup box let me know if there are any identical numbers.
I only need the popup box to show if there are any identical numbers.
I also need the choise to either input the number or not.
I.E if I in the txtbox "txtNumber" input the number 77018854 the popup will let me know if that exact number has been used before.
Christian
I have a textbox "txtNumber" that contains either two or eight characters (numbers).
I also have a textbox called "txtDep".
Both textboxes are placed in the form "frmTrspInv".
What I need is when I input a eight character number, to have a popup box let me know if there are any identical numbers.
I only need the popup box to show if there are any identical numbers.
I also need the choise to either input the number or not.
I.E if I in the txtbox "txtNumber" input the number 77018854 the popup will let me know if that exact number has been used before.
Christian