![]()
Hi. I have created a macro that is on a form embedded on a command button. After they fill out the form and click the button, what I would like to have happen is that form will be sent to the applicable department. The right department is determined by which [Department Help Topic] they choose. Now my problem is that my macro is running true for both sets of criteria when i only want one. An example of my conditions are below.
[Forms]![Ops Help]![Department Help Topic]="Account Maintenance" Or "Brokerage New Accounts"
[Forms]![Ops Help]![Department Help Topic]="General Fees" Or "Brokerage Fees"
These are two different macro lines and if the record that is filled out is with one of the first topics it will go to that department, if the two others it will go to a dfferent. All i have get it to do, is send an email to each department since it's reading both as true. Any help you can provide to make my conditions only look at the record I am submitting for is appreciated!