M
MagnusS
Hi,
I trying to set the font color in a textbox using this "Expression is":
[txtProdAvailableDate]<=Date() And [ProdAvailableChk]=-1 And
[txtProdAvailableDate]<(SELECT [tblLog].[ProdAvCheckedDate] FROM [tblLog]
WHERE [ID]=Forms![frmTracing].[txtID]).
This doesn't give any error message but neither does it change the font color.
I have this expression working:
[txtProdAvailableDate]<=Date() And [ProdAvailableChk]= 0
Any suggestion on how to solve the string where I use the SELECT statement?
Cheers,
/Mag
I trying to set the font color in a textbox using this "Expression is":
[txtProdAvailableDate]<=Date() And [ProdAvailableChk]=-1 And
[txtProdAvailableDate]<(SELECT [tblLog].[ProdAvCheckedDate] FROM [tblLog]
WHERE [ID]=Forms![frmTracing].[txtID]).
This doesn't give any error message but neither does it change the font color.
I have this expression working:
[txtProdAvailableDate]<=Date() And [ProdAvailableChk]= 0
Any suggestion on how to solve the string where I use the SELECT statement?
Cheers,
/Mag