After inseting this line into my update query it is asking for user input. dayofyea
UPDATE [ClimDB temp Table] SET [ClimDB temp Table].[date] = DateAdd("d",[DayOfYear],DateSerial([Year],1,0))
Where would this line go? Currently i have a table the has the field [year] and the field [dayofyear] and they need to be merged into a field that looks like yyyymmdd i have been working with an update query to do this. is this correct
[year] and the field [dayofyear] and they need to be merged into a field
that looks like yyyymmdd i have been working with an update query to do
this. is this correct
So today i tried to run it and this time i get a compile error, in expression. This seems like a very simple issue and i have spent much to much time working on it?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.