PRICE: DLookUp("PRICE","OUTENTRY","[INAME] ='" & [MANKERAPOs].[INAME] & "' AND [ITYPE]='" & [MANKERAPOs].[ITYPE] & "' AND [ISIZE] ='" & [MANKERAPOs].[ISIZE] & "'")
i tried it with Chr(34), and Double Quotes but not working
Actually i want the PRICE value from OUTENRTY table of previous Purchased same Item that ordered in MANKERAPOs table where match the INAME, ITYPE and ISIZE criteria
but in ISIZE i have some data with Quotation marks that doesn't match it with Chr(34) and without it procced with syntax error in string.
ANY ANY ANY Solution please.