View Single Post
  #1  
Old February 21st, 2007, 02:42 AM posted to microsoft.public.access.queries
nubee
external usenet poster
 
Posts: 1
Default Lookup values from another table

Hi!

I want to create a query that will lookup the value from another table.

my first table contains the amount(field) and the other table contains the
minimum bracket of the amount(1st field) and the value(2nd field).

for example i have an amount of 3,500 from my first table and 3000 is the
minimum bracket with 50 value and the next data is 4000 with 60 value from
the 2nd table. It means 3500 is between two data. How can i get the 50 value.


thanks...