Hello,
Please help me with my problem, this is the simple select statement I have for target bid date:
now, I want to ask how can I select the latest target event date and if value is null, put "no date" captionCode:ProjectOverview.[Target Event Date - Date] AS [Target Bid Date]
i tried doing this:
but it says:Code:isnull MAX(ProjectOverview.[Target Event Date - Date],'INACTIVE') AS [Target Bid Date]
Incorrect syntax near 'ProjectOverview'.
String cannot be converted to date
Thank you very much and I am hoping someone can help me.


Reply With Quote
