I have a text field which contains user entered ID. The id varies such as M0017, 0007, S006 and so on.
If a user enters a new ID say M0018, I'll need to pull the previously entered record (ie. M0017) for certain data processing.
I'd like to know what built-in function I should use so that based on the newly entered record, say M0018, I will pull the correct record via query to get M0017.
Any help rendered would be appreciated.
If a user enters a new ID say M0018, I'll need to pull the previously entered record (ie. M0017) for certain data processing.
I'd like to know what built-in function I should use so that based on the newly entered record, say M0018, I will pull the correct record via query to get M0017.
Any help rendered would be appreciated.