Can't select row in listbox on tab control page

G

Guest

Hi, I have a form based on a Suppliers table that has a tab control for
displaying different parts of info. Main tab for contact, address info etc,
one for products and one for invoices. I've got a listbox on the invoices tab
that displays all the invoices from the supplier, but it won't let me select
a row. I would like to be able to select a row in the listbox which would
then contain the invoiceID value and have a button that opens the invoices
form and displays the invoiceID that is selected in the list box. I've
searched the forums and can't find a soloution.

Thanks
 
R

Rick Brandt

MelDude said:
Hi, I have a form based on a Suppliers table that has a tab control
for displaying different parts of info. Main tab for contact, address
info etc, one for products and one for invoices. I've got a listbox
on the invoices tab that displays all the invoices from the supplier,
but it won't let me select a row. I would like to be able to select a
row in the listbox which would then contain the invoiceID value and
have a button that opens the invoices form and displays the invoiceID
that is selected in the list box. I've searched the forums and can't
find a soloution.

Thanks

Did you check the Enabled and Locked properties of the ListBox? Did you
check the AllowEdits property of the form?
 

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

Top