D
David McKnight
I get a error message when I add the following to code to build a query:
"IIf(Format([Scores].[Date],'ww')="",54,Format([Scores].[Date],'ww')) AS
Week "
It runs fine as part of a query design but not as code in a form.
It works in the code if I remove the IIF statement
"IIf(Format([Scores].[Date],'ww')="",54,Format([Scores].[Date],'ww')) AS
Week "
It runs fine as part of a query design but not as code in a form.
It works in the code if I remove the IIF statement