Contains 2 fields
chkbx6
InvoiceNumber
I have a chkbx, I need to have it check when another field contains final.  
In my querry this is what I have so far:
Def6: IIf([InvoiceNumber]<>"final","check")
As you can see this works to make it read check.  
But how do I make the chkbx to be check?