S
Stapes
Hi
I have a form Purchase Orders with a subform Purchase Order Items.
When I add prices into the Purchase Order items subform, I want the
main form to requery to display the new totals. I use this:
Forms.[Purchase Order Form]![Order Details].Requery
I get run-time error '438'.
Object doesn't support this property or method.
What is wrong with the thing?
Stapes
I have a form Purchase Orders with a subform Purchase Order Items.
When I add prices into the Purchase Order items subform, I want the
main form to requery to display the new totals. I use this:
Forms.[Purchase Order Form]![Order Details].Requery
I get run-time error '438'.
Object doesn't support this property or method.
What is wrong with the thing?
Stapes