Need Help - Syntax Error (Missing Operator)

carlos83

New member
Local time
Yesterday, 23:57
Joined
Oct 11, 2012
Messages
2
Hi,

I am quite new to SQL and trying to build my own access program.

I have problem with the following query which keeps giving me error.
IIF(([qryCombinedbyFormID.UWFinalRecDate] <> ""), GetNoOfWorkDaysExcludeHolidays([UWFinalRecDate],[BDRecDate], GetNoOfWorkDaysExcludeHolidays([UWOriRecDate],[BDRecDate]) AS TAT

Tried changing the brackets position to no avail.

Appreciate your kind guidance.

Thanks.
 
Hi George,

OMG, i really missed out the 2 brackets.
Many thanks. It works now.
 

Users who are viewing this thread

Back
Top Bottom