Joe8915
Registered User.
- Local time
- Yesterday, 23:24
- Joined
- Sep 9, 2002
- Messages
- 820
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?
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?