Hello
Hoping someone will be able to help me with this one,
I’m currently in the process of upgrading several Excel spread sheets into a Access Database (v 2010) there is some info that comes from a web portal and is paste into a sheet and then we use several formulas to pull out info from one of the cells that we require.
Example
Cell 1 : A Report was created by Sarah-Jane Smith (12345) for Mr John Smith (111963) on 30 Mar 2013
The formulas will then pull out
(12345)
Mr John Smith
31 Mar 2013
And to do it we use the below formula (this is for pulling out the customer’s name)
=LEFT(RIGHT(E7651,(LEN(E7651)-FIND(")",E7651,1)-5)),(FIND("(",RIGHT(E7651,(LEN(E7651)-FIND(")",E7651,1)-5)),1)-2))
My Question is this, Is it possible to create an update query that will do the Access version of the Excel formula above?
thanks for you help
Hoping someone will be able to help me with this one,
I’m currently in the process of upgrading several Excel spread sheets into a Access Database (v 2010) there is some info that comes from a web portal and is paste into a sheet and then we use several formulas to pull out info from one of the cells that we require.
Example
Cell 1 : A Report was created by Sarah-Jane Smith (12345) for Mr John Smith (111963) on 30 Mar 2013
The formulas will then pull out
(12345)
Mr John Smith
31 Mar 2013
And to do it we use the below formula (this is for pulling out the customer’s name)
=LEFT(RIGHT(E7651,(LEN(E7651)-FIND(")",E7651,1)-5)),(FIND("(",RIGHT(E7651,(LEN(E7651)-FIND(")",E7651,1)-5)),1)-2))
My Question is this, Is it possible to create an update query that will do the Access version of the Excel formula above?
thanks for you help