[Solved] The isnull function requires 2 argument(s) [closed]


The second argument in ISNull is value that will be used when your field data is actually null. Example:

IsNUll(someint, 0)

the above will return someint if someint not null, otherwise, it will return 0

1

solved The isnull function requires 2 argument(s) [closed]