I have a form that looks something like this:
Of course, the Add button updates the table with data from the form. The Edit button prompts the user for a jobnumber and then brings in the data for that Job Number from the table to allow edits. This is all done with DLookUps.
My problem is this, I need to track everything by Job Numbers and some Job Numbers can have multiple ceiling tile (records). What is the best way to alert the user that a job has more then one tile and ask them which tile (record) to return results for?
I can do the Alert part with a DCount greater then 1 but say that the Dcount finds 3 tile number (records) for the job. Now I want to give them a list of all possible and ask them to select one. Any ideas?

Of course, the Add button updates the table with data from the form. The Edit button prompts the user for a jobnumber and then brings in the data for that Job Number from the table to allow edits. This is all done with DLookUps.
My problem is this, I need to track everything by Job Numbers and some Job Numbers can have multiple ceiling tile (records). What is the best way to alert the user that a job has more then one tile and ask them which tile (record) to return results for?
I can do the Alert part with a DCount greater then 1 but say that the Dcount finds 3 tile number (records) for the job. Now I want to give them a list of all possible and ask them to select one. Any ideas?