I have textboxes from where I am retrieving data. They have Number datatype and Field Size Double and Format is Fixed.
Summ = DLookup("Summ", "tblPlatej", "ID= " & Form_frmPlatej!ID)
Deposit = DLookup("Deposit_before", "tblPlatej", "ID= " & Form_frmPlatej!ID)
First one returning true value, second one is Empty always. Why this happens? Can someone put me in right direction?