In my report i have a control source with DLookup that is all right.However, when i try to put it as code in the OnOpen event of the
report,i receive the mseeage that you have entered an expression that has no value
Me![TxtQuantityOutput].RecordSource = DLookup(“Quantity”, “qryBlOutput”, “ProductID = ” & [Productid])
What may be the reason ?