Hi,
Hi,
Can you tell me what is wrong with my function DLookUp that doesn’t print no values just a #ERROR
I have a table with these Fields in my Table (values_T) [ID], [Accept], [Reject], [MR100], [MR600] and [E-date] in this table I have information for every week. In my Reports I create a field [TXTinfo] it’s where I want the field [MR100] to execute some calculations for my report.
It is my Function =DlookUp(“[MR100]’,”Values_T”, “[E-date] = #04/06/2012#”)
But on the field TXTInfo( it is numeric field) in my Reports I got #ERROR.
Thank you for your help.
Carlos