Tab Control Questions

N

Nancy

Two questions with a four-page tab control. This is the
only control on the form. There are a few fields in the
form's header.

The tabs contain customer information. The name and
customer number are in the form's header. The first tab
allows input in certain fields; the last three display
various pieces of information.

1. Can I use a combo box to list the available customers?
I'd like the information in the tab control to change
based on the customer selected. I put the combo box in
the header, and it's not working correctly. I'm guessing
I need to reference from the tab control to the combo box,
and I don't know how.

2. How can I make controls on the tab control
visible/invisible based on input to a control. For
example, if the person doing input says a code is
incorrect, I want a combo box to appear for them to select
the correct code. I'm guessing I need to reference the
name of the tab control page, but do not know how.

Thanks for any assistance you can provide.

Nancy
 

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