I have an Access table that was imported from Excel and one of the fields (Site) has a lot of null entries. Now that I have it in Access, I want to have the null cells populated with the site that should be entered. I believe this can be done with an update query, but I am unsure how it works.
I have a second table called Sites that can be used as a lookup table. This is the logic of what I want:
If the "Site" field in the table "RawData"="" Then
Look to the "Homesite" field of the "Site" table
Else (if it is not null)
Leave the "Site" at it's current "RawData" value
Is this possible? How do I set it up?
coachdan32
I have a second table called Sites that can be used as a lookup table. This is the logic of what I want:
If the "Site" field in the table "RawData"="" Then
Look to the "Homesite" field of the "Site" table
Else (if it is not null)
Leave the "Site" at it's current "RawData" value
Is this possible? How do I set it up?
coachdan32