Here is my query and I am getting the popup box of 'Enter Paramenter Value'
can someone help me, I am new to this and I was given this query and that person is not willing to help me.


UPDATE MonthTranslation, UsageCodeTranslation AS UsageCodeTranslation_1 SET oct.[Usage Definition] = UsageCodeTranslation.[Usage Definition], oct.MonthName = MonthTranslation.[Month Name], oct.[Usage Code] = UsageCodeTranslation.Usage_Code, oct.[Month] = MonthTranslation.Month;