Folks,
I hope this makes sense.
I have these two tables, items within each table are linked by a registration number. Within table 1, I have a top stage value and a base stage value all of which is accompanied yes by a corresponding stage number.
The second table, contains a top point value and a base point value. I want to see if it possible to run a query to see if the top point and base point values fall within the span of the the top stage and base stage values, and if so, yield the respective corresponding stage number that that accompanies the stage values.
Let me know what you all think..
The end goal by generating the stage number value that is in the first table within the second table would be that I could then be able to build a relationship between the two tables using the stage numbers.