Hello.
I want to write a code to pull data from a field I enter. I often do a very repetitive task, and it would be easier of I could somehow automate it. Basically, I want to copy and paste this:
2017090304356077601-001-0000, Found on 06/17/2017; At the port of ROCHESTER, NY;
Into a field. Then I want to press a button and have the date copied to another field and the city copied to another field.
Can I make access search through the field for "xx/xx/xxxx". And once it finds an instance of this, it will copy and paste it into a my [txtDateX] Field on the same form? Simiarlily, can I make it so that every word that comes after "at the port of" and before the next comma gets added to the [txtCityName]Field?
Im not sure if this is possible nor how easy such a thing would be. I know how to make the value of a field = the value of another field. But I dont know how to make PART of the value of a field equal the value of another field.