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...