Cascading Combo Box Subform Problem

Fozi

Registered User.
Local time
Today, 10:58
Joined
Feb 28, 2006
Messages
137
Having a problem getting my cascading combo boxex to work when accessed as a subform within a master form.

In short users pick an activity which then dictates what shows up in the subcategory control.

All works fine when working directly within this subform. However when trying within the master form I get an "Enter Paramater Value" dialog box for the control Activity.

All help greatly appreciated

Fozi
 
make sure you are referencing the controls correctly. It is different when using a subform

see here Clicky
 
Thanks Rainman, that was it!

In my sql statement I needed to make reference to the master form and subform which I wasn't doing.

Works now!

Cheers for all your help
 

Users who are viewing this thread

Back
Top Bottom