hi all!
i have a table 'TAB' as under:
ID Name Joint1 Joint2 Joint3 Joint4
=============================================
01 A P Q R S
i have a form that inputs these values into this table.
issue: whenever a new entry with the same name ('A')
is about to be inserted into this table, i need to check if
the sequence of joint names 1 thro 4 is same as above.
that means the code should allow all other 23 combinations
possible except for the already inserted combination of P,Q,R,S.
how to implement this using string comparison?
thnx,
blubyte
i have a table 'TAB' as under:
ID Name Joint1 Joint2 Joint3 Joint4
=============================================
01 A P Q R S
i have a form that inputs these values into this table.
issue: whenever a new entry with the same name ('A')
is about to be inserted into this table, i need to check if
the sequence of joint names 1 thro 4 is same as above.
that means the code should allow all other 23 combinations
possible except for the already inserted combination of P,Q,R,S.
how to implement this using string comparison?
thnx,
blubyte