ok I'm sorry. I have a table called "Calls" this is where all the data is written once the user enters the info in the form. In this call table is a field called "Tag_ID" which is an auto number field and primary key in another table called "Tag". in this "Tag" table there is a field named "TagNumber" where the actual tag number is stored.
btw, the TagNumber is the field that will determine if the record exist or not.
I have a user that takes calls from people when they see someone liters on the street or wherever. (I work for the city). The user takes the information and enters it into a form. info such as date, time, tag number, state, type of debris, location, vehicle info, etc. once the information is entered there is a command button called "Send Letter" and at this point the suspect will be sent a warning letter. So this is where the test comes in....for repeaters they will be sent a letter that says "Second Warning".
So i need the user to be able to know if that tag number has already had a warning letter so they will get a message and it will print a message that says "second warning" and also print second warning on the letter instead of just warning. here is the code that prints the letters.
I have the code but can't figure out how to attach it on here.....i've been sent an email warning me not to include code in the message part.