Wet_Blanket
Registered User.
- Local time
- , 23:49
- Joined
- Dec 3, 2008
- Messages
- 113
I am using DLookup in a form, and I was wondering if it is possible to have more than one condition for it. For example, I am using this one:
Account2.Value = DLookup("acct_num", "[AMS_Accounts]", "acc_lnk_id=" & Link_ID)
Can I create a Dlookup that populates Account2 with acct_num when acc_lnk_id = Link_ID and acct_num <> Account1?
If so, how? If not, any viable alternatives for the same result?
Account2.Value = DLookup("acct_num", "[AMS_Accounts]", "acc_lnk_id=" & Link_ID)
Can I create a Dlookup that populates Account2 with acct_num when acc_lnk_id = Link_ID and acct_num <> Account1?
If so, how? If not, any viable alternatives for the same result?