Access Access: DLOOKUP and Between..And

Joined
Jun 19, 2005
Messages
1
Reaction score
0
I have a field in Table A that requires a value from Lookup Table B. I am comparing a field value in Table A with a BeginNumber and EndNumber fields in Table B. If the Table A value is found in Table B, then I want to populate another field in Table A with a corresponding value in another field in Table B beside the Range Numbers.

Table A

Test_ID
NewValue

Table B - Multiple ranges of BeginNumber and EndNumber

BeginNumber
EndNumber
RangeValue

If Test_ID is found in a range between BeginNumber and EndNumber, then populate NewValue in Table A with the corresponding value in RangeValue.

I was using DLOOKUP and trying to use a Between..And expression, but I cannot seem to get it to work.

Can someone help sort this out. Is there a better way of doing this? I cannot use a IIF statement, because there is only a many-to-many relationship between two related fields between the tables, and If I use that, I get the matching Range, and all the other failed "False" which grows my results by the number of ranges in the Table B.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top