ok I am putting a field, enablethis = DLookUp ("candothis", "tbltable", tblname = " & cmbtblname)
enablethis is a boolean
candothis is a yes or no field
tbltable is a table
tblname is a text field in a table
cmbtblname is a text field on the form
I'm getting an error message that says "You canceled the previous operation" whenever I try to run the program. What do I do?