In my database, I have a field that contains a "Status Byte". The status byte contains various pieces of information about a service call, on of which is a four character code (any combination of either one letter and three numbers or two letters and two numbers) for what is wrong. I have all the possible codes listed in a separate table and was wondering if there is a way to write a query that will pull these codes from the text fields. In most cases, the code is the first thing mentioned in the Status Byte. However, there are a few times when the code is mentioned in the middle.
In other words, is it possible to have a query look in a text field and find a four character combination that is listed in a separate table?
Any assistance you can provide would be greatly appreciated.
In other words, is it possible to have a query look in a text field and find a four character combination that is listed in a separate table?
Any assistance you can provide would be greatly appreciated.