Can somebody please tell me where I went wrong with this function. I feel like I am so close. Thanks in advance for any help you can provide.
="Phone: " & Format(DLookUp("[CustomersPhoneNumber]","tblCustomers","(&&&) &&&-&&&&"
,"AccountNumber = " & [DBAccountNumber]) & " Fax: " & Format(DLookUp("[CustomersFaxNumber]","tblCustomers","(&&&) &&&-&&&&"
,"AccountNumber = " & [DBAccountNumber])
="Phone: " & Format(DLookUp("[CustomersPhoneNumber]","tblCustomers","(&&&) &&&-&&&&"