Hello,
I tried to find the topic that was previously posted. I could not find one.
I have an easy question that might save you a lot of time. I created a Form, using a Form Wizard. There is a field called "Ticket" which represents ticket number. This field is in the Text format, 6 characters. Database name is "Observation."
I set the property value for this field to be unique, index and no duplication allowed. I set this field as a primary field.
What I would like to do is:
1. When the user enters 6 digit alpha-numeric, if the duplication is found, I would like to have a pop-up message right away such as " This Ticket Number has already existed in the database. Please re-enter another number."
What is happening now is-> the user has to enter to the last field, (we have 42 fields), before this duplication error appears. That wastes a lot of time for us because we have to redo or key in the same information.
I would like to do it in the property set. I know that the Visual basic will resolve this problem with function. I am not familiar with function, but I can copy the code into the module.
Please instruct of what I should do to set up the property for this field. I know there is "before update" and "after update."
Thank you.
I tried to find the topic that was previously posted. I could not find one.
I have an easy question that might save you a lot of time. I created a Form, using a Form Wizard. There is a field called "Ticket" which represents ticket number. This field is in the Text format, 6 characters. Database name is "Observation."
I set the property value for this field to be unique, index and no duplication allowed. I set this field as a primary field.
What I would like to do is:
1. When the user enters 6 digit alpha-numeric, if the duplication is found, I would like to have a pop-up message right away such as " This Ticket Number has already existed in the database. Please re-enter another number."
What is happening now is-> the user has to enter to the last field, (we have 42 fields), before this duplication error appears. That wastes a lot of time for us because we have to redo or key in the same information.
I would like to do it in the property set. I know that the Visual basic will resolve this problem with function. I am not familiar with function, but I can copy the code into the module.
Please instruct of what I should do to set up the property for this field. I know there is "before update" and "after update."
Thank you.