I'm guessing that your field is EventSummary.[Event Information - Event Status], so I'll suggest
isnull(EventSummary.[Event Information - Event Status],'ACTIVE')
This in SQL will instruct the server to check if the field is null and if it is return ACTIVE. If the field is not null the it will return the value in the field.
PS: Have you googled isnull?
adam_k
Practically a Posting Shark
803 posts since Jun 2011
Reputation Points: 256
Solved Threads: 149