Hi All….i am trying to get a text box to fill using the DLookup function….this is what I have for the control source…
=DLookUp(“[tblConversionFactors]![ConversionFactor]”,”tblConversionFactors”,”[ConversionDate] =” & [Forms]![frmTransactionsEntryEdit]![txtTransactionDate])
it returns a NULL even though I know there is a factor for the txtTransactionDate on the form….any ideas TIA