mpaulbattle
Registered User.
- Local time
- Today, 15:16
- Joined
- Nov 30, 2017
- Messages
- 56
I cannot figure out what I am doing wrong but I am assuming it is how I have set up my query. I have two tables
tblPractices - practice information
ID | ContractName | Mnemonic | PCPorSCPID_FK
tblPCPorSCP - describes if the practice is primary or a specialty practice
ID | PCPorSCP
qryPracticePCPorSCP
ID (tblPractice) | PCPorSCPID_FK | ContractName | Mnemonic | PCPorSCP
The query runs fine, but if we change a practice from PCP to SCP, it changes all PCPs to SCP and this also changes the table value as well.
Am I not to include PCPorSCP field?
tblPractices - practice information
ID | ContractName | Mnemonic | PCPorSCPID_FK
tblPCPorSCP - describes if the practice is primary or a specialty practice
ID | PCPorSCP
qryPracticePCPorSCP
ID (tblPractice) | PCPorSCPID_FK | ContractName | Mnemonic | PCPorSCP
The query runs fine, but if we change a practice from PCP to SCP, it changes all PCPs to SCP and this also changes the table value as well.
Am I not to include PCPorSCP field?