What is the access2base equivalent of the following line of VB code

If Isnull (dlookup("[Myfieldname]", “MytableName]”)) then

Hello

This worked with my table & field name:

If IsNull(DLookup("[Myfieldname]", "[MytableName]"))Then