Hi,
Is it, or not, possible to use a UPDATE statement?
Every new month I have to change some fieldcontent (Period) .
In Access I did this by using UDATE SET “Period” = (number of the mont (01-12)
However I get a SQL syntax error.
"De gegeven opdracht is geen SELECT-instructie.
Alleen query's zijn toegestaan.
How can I achieve this?