Hi All,
Would appreciate much if someone could help me on below.
I have a table, when entering data i need to check two fields. If field 1 and field 2 filled with similar data like in the previous records, error msg should appear that filed 1 & 2 are already exist. however, if field 1 is separate from previous data but field 2 is still same, that record should be accepted.
eg.
Record 1 ;
Vehicle name = Toyota
Vehicle number = 1234
if we entered same above data for next record it should not be accepted.
Record 2 ;
Vehicle name = Toyota
Vehicle number = 4231
Here it should be accepted.
Trust you can understand what i wanted to say.
how can i do this ? Do you have any tutorial or previous thread which discussed this point ? pls help me.
thanks
Htadis
Would appreciate much if someone could help me on below.
I have a table, when entering data i need to check two fields. If field 1 and field 2 filled with similar data like in the previous records, error msg should appear that filed 1 & 2 are already exist. however, if field 1 is separate from previous data but field 2 is still same, that record should be accepted.
eg.
Record 1 ;
Vehicle name = Toyota
Vehicle number = 1234
if we entered same above data for next record it should not be accepted.
Record 2 ;
Vehicle name = Toyota
Vehicle number = 4231
Here it should be accepted.
Trust you can understand what i wanted to say.
how can i do this ? Do you have any tutorial or previous thread which discussed this point ? pls help me.
thanks
Htadis