If Isnull (dlookup("[Myfieldname]", “MytableName]”)) then
Hello
This worked with my table & field name:
If IsNull(DLookup("[Myfieldname]", "[MytableName]"))Then
        
      
    If Isnull (dlookup("[Myfieldname]", “MytableName]”)) then
Hello
This worked with my table & field name:
If IsNull(DLookup("[Myfieldname]", "[MytableName]"))Then