All,
I have two tables with the same field name "trouble ticket"; however, when one table was created the field was made text. I was going to make a query that converts the field to a value and then use that query in another query to join the information. Is it possible to do that in one query?
Also, I'm trying to block out some data in the text field using Not Like "999*" Or Not Like "123*", but this isn't eliminating the correct records. I've also tried And instead of OR. What am I missing? Thanks in advance.
Brian
I have two tables with the same field name "trouble ticket"; however, when one table was created the field was made text. I was going to make a query that converts the field to a value and then use that query in another query to join the information. Is it possible to do that in one query?
Also, I'm trying to block out some data in the text field using Not Like "999*" Or Not Like "123*", but this isn't eliminating the correct records. I've also tried And instead of OR. What am I missing? Thanks in advance.
Brian