Hello All,
I have an unbound txtBoxes that has the following code in the control source, Unbound TxtBox, Currency Format
And when CboToAccount is Empty or Null, then i get an #error in the txt box. What do i need to add to this to get rid of the #error?Code:=Nz(DLookUp("AcctBalance","qryAccountBalance","AccountID=" & [CboToAccount].[Column](0)),0)
Thanks