Null value

dcarr

Trainee Database Analyst
Local time
Today, 17:56
Joined
Jun 19, 2002
Messages
112
Hello guys. If I want to create a field in my query that is not available in any of my tables but is needed for an extract, how do I create the field in the query so the field value is NULL. Can this be placed in the query or should I create the query as a make_table query then add the field to the table?

Thanks
 
use an expression in your query..

NewField: Null
 
Thanks very much!
 

Users who are viewing this thread

Back
Top Bottom