A
adamrf
Guest
I have a form where users can enter the Claim Numbers of New lawsuits....
Unfortunatley they enter the claim numbers in a very short hand method and use dashes and leave out Alpha characters and all kinds of needed characters....The claim number is the only way I can pull all the details of the claim and there are about 400,000 of them....
I have built the form and built a query behind the scenes that can take the entered claim number and run through several IIFs to get the right claim number.......(I guess I could do it with some IF then Else statements in VB but I like the query approach since I use the logic in my reports)
I want it to work so that they type in the claim number and behind the scenes the query is run to get the correct claim number and then stored in the same table...
They enter the claims number After update I requery a list box and I see the corrected claim number in the list box.....but I dont want the user to have to select the value from the list box I just want it to automically paste it in the table.....
Unfortunatley they enter the claim numbers in a very short hand method and use dashes and leave out Alpha characters and all kinds of needed characters....The claim number is the only way I can pull all the details of the claim and there are about 400,000 of them....
I have built the form and built a query behind the scenes that can take the entered claim number and run through several IIFs to get the right claim number.......(I guess I could do it with some IF then Else statements in VB but I like the query approach since I use the logic in my reports)
I want it to work so that they type in the claim number and behind the scenes the query is run to get the correct claim number and then stored in the same table...
They enter the claims number After update I requery a list box and I see the corrected claim number in the list box.....but I dont want the user to have to select the value from the list box I just want it to automically paste it in the table.....