identifying records with embedded data (1 Viewer)

B

bthill

Guest
I have two tables: one table is a listing of company codes. The other table has part numbers and a field that describes that part number called descriptive text. I am trying to search through the descriptive text field and determine if any of the company codes from my first table exists within this memo field. I just want to identify the records. What would be the correct way to approach my problem????

Thanks!
 

bayman

Registered User.
Local time
Today, 08:05
Joined
May 25, 2001
Messages
96
Does a part description really need to be more than 255 characters? If not, conver the field to type 'text' and use the 'like' clause in your query.
 
B

bthill

Guest
The part description is actually more than 255 char and is formatted as a memo field. I tried using the like query and it seemed to work.
 

Users who are viewing this thread

Top Bottom