Thanks, Brendan. I'll give it a shot.
One thing to mention...I am using a SELECT query to "stage" the data
from a table in an old database. In this query I am changing field
names/data types to be consistent with a table in a new database.
After staging the data, I have an APPEND query that dumps the data into
the new table.
So, I don't think I can use "WHERE FieldName IS NOT NULL" b/c I need
all the records. Everything actually works, it just bugs me that that
when I use the following to extract the "Title" for a name:
Title: NameTitle([MasterList]![First Name])
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6781Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6781
....the query shows #Error where the original fields are NULL.