christerhaard
Programmer
Hi Guys,
I have a database that has all its info linked to it from other databases (except the ID ofc). Now I would like to control what is written to it.
Example:
first_name field is "gus" second_name field is "swansson"
ok this is saved to the table
Now I dont want my user to be able to input a new entry with the same info.
But it's ok to enter:
first_name field is "gus" second_name field is "smith"
So it's the combination of two inputs that I would like to control. And I would like to do it on the lowest possible level. Probably I will have to do it in the quary for the form if there is'nt some way to do it on the table level.
Please Help. . .
MERRY X MAS and thanks in advance for the help. . .
I have a database that has all its info linked to it from other databases (except the ID ofc). Now I would like to control what is written to it.
Example:
first_name field is "gus" second_name field is "swansson"
ok this is saved to the table
Now I dont want my user to be able to input a new entry with the same info.
But it's ok to enter:
first_name field is "gus" second_name field is "smith"
So it's the combination of two inputs that I would like to control. And I would like to do it on the lowest possible level. Probably I will have to do it in the quary for the form if there is'nt some way to do it on the table level.
Please Help. . .
MERRY X MAS and thanks in advance for the help. . .