have the folowing DLookup function :
If DLookup("Suborder", "Orders") = True Then
I need to refine it, to include only the cases when Suborder = True and Audit = False. How could i do it ?
becasue there are cases when both fields are true but i need only the above one
If DLookup("Suborder", "Orders") = True Then
I need to refine it, to include only the cases when Suborder = True and Audit = False. How could i do it ?
becasue there are cases when both fields are true but i need only the above one