Here's what I have:
1. Field1 with Names
2. Field2 with their IDs
3. Field3 with another list of names where some values might be equal to or similar to Field1
4. Would like to populate Field4 with respective IDs from Field2 where Access deems either:
Field1 = Field3
OR
Field1 Like Field3
Steps already taken:
1. Attempted an Update query where Field4 should be updated with respective ID from Field2 if Field1=Field3 or Field1likeField3
2. Access goes into a "Not Responding" mode on running this query
3. Recordcount Field1 = 84000
Recordcount Field3 = 72000
All help is much appreciated..
Manu
[This message has been edited by manu (edited 09-28-2001).]
1. Field1 with Names
2. Field2 with their IDs
3. Field3 with another list of names where some values might be equal to or similar to Field1
4. Would like to populate Field4 with respective IDs from Field2 where Access deems either:
Field1 = Field3
OR
Field1 Like Field3
Steps already taken:
1. Attempted an Update query where Field4 should be updated with respective ID from Field2 if Field1=Field3 or Field1likeField3
2. Access goes into a "Not Responding" mode on running this query
3. Recordcount Field1 = 84000
Recordcount Field3 = 72000
All help is much appreciated..
Manu
[This message has been edited by manu (edited 09-28-2001).]