Hello all,
I would sure appreciate some help with this.
Here is my current code
The code works when I am opening the
"subfrmLineItemsVBFR ---Wood Blinds---"
as the only form, no problems at all
When the form "frmworkorders" is used which has the
"subfrmLineItemsVBFR ---Wood Blinds---"
I produce an error like "The object doesn't contain the automation object"
Ideally I need a way of not referring to the "frmworkorders" as the subform is used on many forms
I really appreciate the help, I am in over my head!
Thanks!
Scott
I would sure appreciate some help with this.
Here is my current code
Code:
Me!UnitPrice = DLookup("Price", "TblPricesWoodBlinds", "NominalSize = forms![subfrmLineItemsVBFR ---Wood Blinds---]!NominalSize")
The code works when I am opening the
"subfrmLineItemsVBFR ---Wood Blinds---"
as the only form, no problems at all
When the form "frmworkorders" is used which has the
"subfrmLineItemsVBFR ---Wood Blinds---"
I produce an error like "The object doesn't contain the automation object"
Ideally I need a way of not referring to the "frmworkorders" as the subform is used on many forms
I really appreciate the help, I am in over my head!
Thanks!
Scott