I am using front end as Business Objects and backend MS Access database. I have one field with following syntax and when i pull this field in query getting error like “Too Few Parameters Expected 1”
Format(Votes.`Vote Received`,"yyyymm")
This syntax is parsing but when pulled this object in query giving error. I think it’s something related to quotes on field name but this how that field is named. When i am pulling just below field query not giving error.
Votes.`Vote Received`
Appreciate your inputs..
It seems you wish to convert a year and month to two digits each without using format.
“anyway to convert month number to two digit (01-12) without using format function..When i have used Year(date)&Month(date), its giving result but like 20111”
I suggest you try: