G
Guest
How do you put more than one code in an event
Ie.
on current
=LockBoundControls([Form],True)
=AutoFillNewRecord(Forms!OrdersWDetails)
----------
2nd question:
How do I update the parent (Orders) lastedited field when I save the changes
in the child OrderDetails.
me.lastedited = Now
works for the Orders but not for the child...
Thanks!
Ie.
on current
=LockBoundControls([Form],True)
=AutoFillNewRecord(Forms!OrdersWDetails)
----------
2nd question:
How do I update the parent (Orders) lastedited field when I save the changes
in the child OrderDetails.
me.lastedited = Now
works for the Orders but not for the child...
Thanks!