Morning Experts,
I import an excel file weekly into my DB and would like to use an update query to update 2 columns in the Table [Policy Information]. The 2 columns in the excel I import are called [Policy Month] and [Policy Year]
Ecxel Table is called Extract
DB Table to Update is called Policy Information
These 2 columns are displayed as follows:
Policy Month: 6
Policy Year: 2014
All I would like to do is to update this to "1 June". The policy year is fine as is however I would like to join these 2 columns into a new column for the end result of "1 June 2014"
I have tried DatePart("m",[production month]) and Dateserial without luck as these only return values of Jan or Dec.
I am using Access 2010 and Win 8
Thanks in advance
Richard