Hello,
I have this table of 4 columns ( service id, service name, subservice id, subservice name)
ex.
service id= BRA
service name= Broadcasting
Subservice id= BRA
Subservice name=FM Broadcasting
now subservices cannot have the same name, but different subservice can have the same service. So I'm trying to set the subservice id to be the primary key, but its not working, access is telling me there are duplicates and whatever. On the indexed section of the design view, the setting is indexed:yes,no duplicates. BUT I DONT have duplicate subservice names.
help please
I have this table of 4 columns ( service id, service name, subservice id, subservice name)
ex.
service id= BRA
service name= Broadcasting
Subservice id= BRA
Subservice name=FM Broadcasting
now subservices cannot have the same name, but different subservice can have the same service. So I'm trying to set the subservice id to be the primary key, but its not working, access is telling me there are duplicates and whatever. On the indexed section of the design view, the setting is indexed:yes,no duplicates. BUT I DONT have duplicate subservice names.
help please