Hello Sir,
I hope all of you fine there.
when i run this database in network on there's same window 7 pc's so having this problem while opening search form to operate reports.
"Undefined function 'date' in expression"
here is query SQL Statement.
Code:
SELECT tblMT11.TestNo, tblMT11.TestDate, tblMT11.ItemID, tblMT11.LengthMtr, tblMT11.Technician, tblMT11.Note, tblRT11.ResultNo, tblRT11.ProdnDate, tblRT11.Kiln, tblRT11.CarNo, tblRT11.CrushingLoad, tblRT11.WaterCondition, Round([CrushingLoad]/[LengthmTR],2) AS CrushingStrength, IIf([CrushingStrength]<[CrushingStandard],"Failed","Passed") AS Result, tblCrushingSTD.CrushingStandard
FROM (tblCrushingSTD INNER JOIN tblMT11 ON tblCrushingSTD.Product = tblMT11.ItemID) INNER JOIN tblRT11 ON tblMT11.TestNo = tblRT11.TestNo
WHERE (((tblMT11.TestDate) Between Nz([Forms]![lbrsf1].[cbotestdate1],#1/1/1900#) And Nz([Forms]![lbrsf1].[cbotestdate2],Date())) AND ((tblMT11.ItemID) Like [forms]![lbrsf1].[cboproduct] & "*") AND ((tblRT11.ProdnDate) Between Nz([Forms]![lbrsf1].[cboprdndate1],#1/1/1900#) And Nz([Forms]![lbrsf1].[cboprdndate2],Date())) AND ((tblRT11.Kiln) Like [forms]![lbrsf1].[cbokiln] & "*"));
This problem is not appearing at same pc where is database back end exists but on others it shows this problem.
please advise.
thanks
zee