aggregate function returns 0 type value

G

Guest

In which sircumstances a query calculating minimal value using MIN finction
might return a value which is considered by VBScript as type 0 (Empty
(uninitialized))?

When the field contains no data it returns type 1 (NULL (no valid data))
But I am getting type 0 from the populated fields.
 
Top