Help with controls please

  • Thread starter Thread starter albertoocdc
  • Start date Start date
A

albertoocdc

Hi.

I´m new in forms programming. I have 2 tables with n..n relationship.
For that i have 3 tables (these two and one for relationating them).

Table 1: Customers
Table 2: Interests
Table 3: Relationship between them.

I have to make a form to fill in data. I put Customer data, but I need
to put a control that allows me to make multiple choice from a list. I
decide to put a ListView with checkboxes.

Now my problems begin: I don´t know anything about populate data in
"custom controls".

Is there any guide for learning populate these controls, controlling
updates, etc?

Thanks in advance
 
Its called Access Help and you get to it from the Help menu.
Other than that, there are countless books on Access.
For multiple choices from a list, you need a 'combo box' allowing multiple
choices.
- Dorian
 
Back
Top