Trying to get this query to work in MS Access.
Update Network.Location=Enclave.Location Where Enclave.Site=No AND
Network.AlternateLocation=Enclave.Location Where Enclave.Site=Yes
I'm not sure how to get this to do exactly what I want which is store Enclave location in network location if the enclave site field is No and if yes store encalve location in alternate location, meaning it would store a blank value in network location in that row.
Key fields update:
Update Network InnerJoin Enclave On Network.ID=Enclave.ID Set
Network.Location=Enclave.Location Where Enclave.Site=No AND
Network.AlternateLocation=Enclave.Location Where Enclave.Site=Yes