J
John B
Hi,
I am tryin to prevent new additions in a subform, if the main form has no
record, without success.
Main Form name: "Order"
then
Tab Control name: "Order details"
Tab page name: "Order List" (it is a subform)
Tab page name: "Name List" (it is a subform)
On the current event of the "Order" form:
Me!Order List.Form.AllowAdditions = Not Me.NewRecord
Me!Name List.Form.AllowAdditions = Not Me.NewRecord
But I have a 438 run-time error when I open the form. (Access 2003)
Any help please.
Thanks and Regards
John
I am tryin to prevent new additions in a subform, if the main form has no
record, without success.
Main Form name: "Order"
then
Tab Control name: "Order details"
Tab page name: "Order List" (it is a subform)
Tab page name: "Name List" (it is a subform)
On the current event of the "Order" form:
Me!Order List.Form.AllowAdditions = Not Me.NewRecord
Me!Name List.Form.AllowAdditions = Not Me.NewRecord
But I have a 438 run-time error when I open the form. (Access 2003)
Any help please.
Thanks and Regards
John