What can I say, my users are idjits and so the boss is requiring the following of my db:
There is a form used to enter charges. The first two fields are FILENO and CLIENTNO. What is the best way to
a) ensure that each number exists in their respective tables before accepting the entered values
b) ensure that the fileno and clientno match up as entered. (There is a table of Files, and each fileno has a clientno associated with it here)
Thanks so much for any help.
Ed
There is a form used to enter charges. The first two fields are FILENO and CLIENTNO. What is the best way to
a) ensure that each number exists in their respective tables before accepting the entered values
b) ensure that the fileno and clientno match up as entered. (There is a table of Files, and each fileno has a clientno associated with it here)
Thanks so much for any help.
Ed