OK, I'm going to try again and hopefully explain it better this time.
I've created a database to create reports to track problems that happen within the company, each report is numbered in sequence. The report gets the data from a query so I've created a command button where I can input the report number to review or revise the form where I do the input. I've also created a list box that show all the report numbers. What I'm trying to do is bind those report numbers to the form so that I can click on the number to open the form to revise if needed.
I hope that this made sense but the bottom line is I want to bind the list box report numbers so that I can open an individual report.
I've created a database to create reports to track problems that happen within the company, each report is numbered in sequence. The report gets the data from a query so I've created a command button where I can input the report number to review or revise the form where I do the input. I've also created a list box that show all the report numbers. What I'm trying to do is bind those report numbers to the form so that I can click on the number to open the form to revise if needed.
I hope that this made sense but the bottom line is I want to bind the list box report numbers so that I can open an individual report.