I have a table that captures details about events, tblEvents. A field 'txtDesc' has a description of the event. Within the description is an aircraft tail number. The tail is always 4 digits - the first is "N", and the 3 subsequent characters are numbers between 100 and 999.
I've created a field called Tail and would like to run an update query to update it to the tail number which resides in the field EventDesc.
Is that possible? If so, what would be the expression to use? And what if more than one tail number is in that field? For example, "...volume moved from N301 to N334" If that's a problem, I could except the first occurance.
Thanks in advance for any assistance!!
Mike
I've created a field called Tail and would like to run an update query to update it to the tail number which resides in the field EventDesc.
Is that possible? If so, what would be the expression to use? And what if more than one tail number is in that field? For example, "...volume moved from N301 to N334" If that's a problem, I could except the first occurance.
Thanks in advance for any assistance!!
Mike