Selected listbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with a combo box that limits what is returned in a list box. I
use that to register students for the selected class session. What I want to
do is then close that session once everyone is registered and the class is
done.

I have a close button with the following code
Me.Closed.Value = True
If there are multiple session in the listbox the
 
Sorry I het the wrong button and sent this before I was ready.

I have a form with a combo box that limits what is returned in a list box. I
use that to register students for the selected class session. What I want to
do is then close that session once everyone is registered and the class is
done.

I have a close button with the following code
Me.Closed.Value = True
If there are multiple sessions in the listbox the last one in the list is
closed how do I direct it to the Selected row in the listbox?

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top