david7777777777
Programmer
I have a SQL 2000 database and I'm trying to create a relationship between two tables through Enterprise Manager in the Diagrams view. I have one table (tbl_Departments) that holds a list of departments. I have another table that holds all the information about an employee, including a field for their department. I want to make what I believe is known as a one-to-many relationship between these two tables. Both tables have a primary key field that is an auto-generated integer.
Exactly which column should I use from each table to make the relationship? I've tried everything I can think of and it keeps giving me errors related to data type and precision. Thanks.
Exactly which column should I use from each table to make the relationship? I've tried everything I can think of and it keeps giving me errors related to data type and precision. Thanks.