V
Vuunderboy
I am trying to find out if there is any way I can set up a table with a
primary key defined by me, in the following manner: The pKey would be the
primary key, but it would be constructed by concatenating the values from
dat001 and dat002 below:
TABLE EXAMPLE:
pKey dat001 dat002
===== ====== ======
zipbaba zip baba
heshe he she
This way, if a user added dat001 as boo and dat002 as ger, the primary key
constructed would be "booger". I could then index this, so if a user tries
to add a value already in the table, it would kick them.
Any ideas? I really appreciate any help at all on this matter.
-Scott-
primary key defined by me, in the following manner: The pKey would be the
primary key, but it would be constructed by concatenating the values from
dat001 and dat002 below:
TABLE EXAMPLE:
pKey dat001 dat002
===== ====== ======
zipbaba zip baba
heshe he she
This way, if a user added dat001 as boo and dat002 as ger, the primary key
constructed would be "booger". I could then index this, so if a user tries
to add a value already in the table, it would kick them.
Any ideas? I really appreciate any help at all on this matter.
-Scott-