Combobox, subforms and queries

T

The Iconoclast

Greetings to all.
Could anyone please help me on this:
I have a combobox that displays several companies (Sony, Panasonic, JVC,
etc). Only after I select from the combo the subform will then display
products belonging to that particular comany. Would it also be possible to
add new records to the subform as well?

Thanks in advance
 
S

Sprinks

The ability to add records to your subform is controlled by the following
properties.

The Subform *Control* on Main Form
(Properties window displays header "Subform/Subreport: " YourSubformNam
---------------------------------------------------------------------------------------------
Enabled = Yes
Locked = No

The Subform *Itself*
(Click on subform's small square at the top left hand of subform window,
Properties window displays header "Form"
-------------------------------------------------------------------------------------
AllowAdditions = Yes

Hope that helps.

Sprinks
 
Top