Hi! ALL
I'm an novice programmer. Been trying to set up a database for an accounting program. What I want to do is have one table that contains the department number and name and another table that contains the account number and name. However I want the last 5 digits of the account number to refer to the department number that would be in the department table. I also want it to give me an error message if the last 5 digits do not match with a department number from the depatment table.
Thanks
Kooter12000
I'm an novice programmer. Been trying to set up a database for an accounting program. What I want to do is have one table that contains the department number and name and another table that contains the account number and name. However I want the last 5 digits of the account number to refer to the department number that would be in the department table. I also want it to give me an error message if the last 5 digits do not match with a department number from the depatment table.
Thanks
Kooter12000
Comment