I am having trouble with my dlookup that is in my ToDoQuery.
it is supposed to look to the table Account.
AccountName2: DLookUp("AccountName","tblAccount","AccountID = " & [AccountID])
I get a #Err and a syntax message.
I have AccountID in both the tblAccount and the tblToDo.
Can you advise? thanks Molly
it is supposed to look to the table Account.
AccountName2: DLookUp("AccountName","tblAccount","AccountID = " & [AccountID])
I get a #Err and a syntax message.
I have AccountID in both the tblAccount and the tblToDo.
Can you advise? thanks Molly