Hi - Hoping someone can help.
I have a main order form which holds orderID , customer details, date etc
I plan to add a subform which contains the ordered items , much like the Northwind order form.
On my subform, because there are so many products I have added a cascading combo box, so I can select a category and filter the relevant products. This uses the parameter [forms]![frmOrderSub]![Category].
I have placed a text box on top of the product combo to fix the issue with cascading combos on continuous forms.
And it all works great.
However, when I add the frmOrderSub to the main Order form and switch to form view the parameter pops up [forms]![frmOrderSub]![Category].
If I click ok and try and choose a catagory on the subform I get:
You Can't assign a value to this object
The object may be a control on a read only form
The object may be on a form that is open in design view
The value may be too large for this field
Any suggestions would be greatly appreciated.
Cheers
RussG
I have a main order form which holds orderID , customer details, date etc
I plan to add a subform which contains the ordered items , much like the Northwind order form.
On my subform, because there are so many products I have added a cascading combo box, so I can select a category and filter the relevant products. This uses the parameter [forms]![frmOrderSub]![Category].
I have placed a text box on top of the product combo to fix the issue with cascading combos on continuous forms.
And it all works great.
However, when I add the frmOrderSub to the main Order form and switch to form view the parameter pops up [forms]![frmOrderSub]![Category].
If I click ok and try and choose a catagory on the subform I get:
You Can't assign a value to this object
The object may be a control on a read only form
The object may be on a form that is open in design view
The value may be too large for this field
Any suggestions would be greatly appreciated.
Cheers
RussG