J
Jon
Hi,
I'm working on a table similar to this:
FileNum Amt AmtRequired
1 10,000
2 9,000
3 50,000
4 30,000
I'd like to use the update query to get results similar to what is
below.
Ex. If between 0 - 10,000 then amount required is 10,000
If between 20,000 - 50,000 then amount required is 50,000
FileNum Amt AmtRequired
1 10,000 10,000
2 9,000 10,000
3 50,000 50,000
4 30,000 50,000
Thank you again for the help.
Jon
I'm working on a table similar to this:
FileNum Amt AmtRequired
1 10,000
2 9,000
3 50,000
4 30,000
I'd like to use the update query to get results similar to what is
below.
Ex. If between 0 - 10,000 then amount required is 10,000
If between 20,000 - 50,000 then amount required is 50,000
FileNum Amt AmtRequired
1 10,000 10,000
2 9,000 10,000
3 50,000 50,000
4 30,000 50,000
Thank you again for the help.
Jon