Hi All,
I'am facing issue with DLOOKUP,
Actually the program flow is like i have a table of 25 fields, ID as PK and item name, item code and remaining is the date as field name,
below mentioned is the Table heddings,
"ID" "Item Name" "Item Code" "10/29/2013" "11/5/2013" "11/12/2013"
problem is that when im doing dlookup on date getting wrong result...
this is what im using in my codes.
DLookup("11/12/2013" , "tbl_Name", "ID = " & rs.Fields("TRANSID") & "")
thanks in advance
Prasanna R.D