G
Guest
For some reason, I'm not able to make the DLookup function work. I have a table that holds CC (text) and Title (Text). I have a query that feeds a form that has an unbound text box. The Control Source for that box is as follows
=DLookUp("[Title]","[class code descriptions]","[CC] = ' " & [Me]![CC] & " ' "
I want the form to update the underlying table with CC and Title
It doesn't work. There is no Error, but when viewing the form, that box has "#name?" in it. I've tried moving the quotes, removing them, moving the "&", removing the "&". I'm at my wits end
Thanks in advance
=DLookUp("[Title]","[class code descriptions]","[CC] = ' " & [Me]![CC] & " ' "
I want the form to update the underlying table with CC and Title
It doesn't work. There is no Error, but when viewing the form, that box has "#name?" in it. I've tried moving the quotes, removing them, moving the "&", removing the "&". I'm at my wits end
Thanks in advance