I have a table with two fields. One field is named "Rank" and the other is "LastName". Each Lastname is given a rank of 1 - 13. When I pull up a record on my form from this table, I would like to populate a combo box (same form) with all Lastnames greater than the rank given to the Lastname that is current on the form. <br>
<br>
For example: <br>
<br>
LastName: Brown <br>
Rank: 5<br>
<br>
This would generate a list in my combo box with all Lastnames greater than 5. <br>
<br>
Thanks Roger
<br>
For example: <br>
<br>
LastName: Brown <br>
Rank: 5<br>
<br>
This would generate a list in my combo box with all Lastnames greater than 5. <br>
<br>
Thanks Roger