G
Guest
I am trying to get two fields [year] yyyy and [dayofyear] (julian date) y into one field [date] yyyymmdd everything that i have tried has ended up -
thanks jamie
thanks jamie
into one field [date] yyyymmdd everything that i have tried has ended up -1jamie said:I am trying to get two fields [year] yyyy and [dayofyear] (julian date) y
[year] and the field [dayofyear] and they need to be merged into a fieldjamie said:After inseting this line into my update query it is asking for user input. dayofyear
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
expression. This seems like a very simple issue and i have spent much tojamie said:So today i tried to run it and this time i get a compile error, in