fuglyjowls
Registered User.
- Local time
- Today, 15:40
- Joined
- Sep 21, 2005
- Messages
- 55
Hi
I have a form which is opened by two methods - one from a command button on "frmcontacts" form and two from double-click on "ordersummary" form. At the moment there is a field which populates from the command:
=[forms]![frmcontacts]![surname] which is fine if you enter it from "frmcontacts" however I want it to also populate from "ordersummary" with the same info. I thought it would be as simple as changing the command to:
=[forms]![frmcontacts]![surname] OR [forms]![order summary]![surname] but this doesn't seem to work.
Can anyone help?
Thanks
I have a form which is opened by two methods - one from a command button on "frmcontacts" form and two from double-click on "ordersummary" form. At the moment there is a field which populates from the command:
=[forms]![frmcontacts]![surname] which is fine if you enter it from "frmcontacts" however I want it to also populate from "ordersummary" with the same info. I thought it would be as simple as changing the command to:
=[forms]![frmcontacts]![surname] OR [forms]![order summary]![surname] but this doesn't seem to work.
Can anyone help?
Thanks