Long story as short as possible....
I have created a very robust database the tracks employees with 'issues'
Said database tracks hire date, contract termination date, pay grade, etc.. We also use it to do demographic data extrapolation and as I get request for this and that, it grows...
I recently got permissions to the larger corporate personnel database, and have created a ‘update query’ that will pull from theirs, import the info to mine, and auto fill most of my form fields. What i am missing however is the DATE...The original database holds dates in ‘number fields’ as YYYYMMDD
I utilize “date fields” in my database and wonder if there is something I can write in the SQL or design to have the update query convert the 20130129 to 29-JAN-13. The query is built and works, just need to figure out the conversion portion. I can post my code on here if needed, but due to information involved, I cannot post specifics about who, what I track...
sorry
Currently I use the LostFocus and some code to each field so when I tab through it does a proper case update, can I automatically set that to formclose and it update each field on the current record?