I am manipulating data in MS Access SQL and I have manipulated the data in several steps (make tables, update queries etc.). How do I combine these queries? subqueries won't work for the updates I have to do as the updates are based on several criteria and it's not recognising the IIf statement...
I have a table of values and they have a date field. The date field values are 1-12, these relate to a period in the fiscal year. I want to create another column and assign the correct month in each row by looping through with the following criteria:
1 = 04
2 = 05
3 = 06 etc.
I can do this with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.