T
Todd
I've got a query that uses two tables (table1 and table2 let's say). In
table1 there is a field called NAME and table2 has a field called
DESCRIPTION. What expression can I put in a blank field within the query
that will show the data from table1 NAME but if table1 field NAME is blank it
will show the table2 field DESCRIPTION data? I assume it would be an IF THEN
statement or something but I'm not sure how to write it.
table1 there is a field called NAME and table2 has a field called
DESCRIPTION. What expression can I put in a blank field within the query
that will show the data from table1 NAME but if table1 field NAME is blank it
will show the table2 field DESCRIPTION data? I assume it would be an IF THEN
statement or something but I'm not sure how to write it.