If you already have a field with your lot numbers, don't duplicate them in another table for this. Use a query to get all of them and base the combo rowsource on that. If the lot number records have unique id's and those values are foreign key fields in the table where you want to 'jump to' some record, you might want to include these values in the 1st combo column (but hidden) and filter the records you want to go to as in
WHERE myTableRecords.ID field = combo column(0)
Not exactly like that, as that is more English than code.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.