Compare 2 fields to get 3rd field...

Mobjack

Registered User.
Local time
Today, 03:15
Joined
Mar 29, 2006
Messages
15
Hello,

I have 2 tables:

tblProviders
ProviderName
ProviderAddress
ProviderType
LocationCode
FacilityType
Etc...


tblFacilityType
ProviderType
Location
FacilityType

In tblFacilityType, the FacilityType field is a combonation of ProviderType and Location. Each of those fields are alphanumeric. What I want to do is have the FacilityType field in the the tblProviders table to look at the Location and the ProviderType fields in the tblFacilityType table to determine what the FacilityType field in the tblProviders table should be.

Hope that is understandable.

Thanks in advance for any assistance.
 
With the information you have supplied so far, it appears your tables are not normalized. You may want to address that issue first.
 
Sorry, I am a newbie. What does normalized mean in relation to Access?

Thanks!
 

Users who are viewing this thread

Back
Top Bottom