Clear contents ofg a field after ticking a check box

  • Thread starter Thread starter David Sullivan
  • Start date Start date
D

David Sullivan

I have a list of records created via a query which pulls
out all records with todays date as the due_date to
action on them,

All this is shown with in a form, I have also created a
Check box where after I do any updates required i want to
be able to tick this check box and it will clear the
Due_date of any value, what is the command for doing
this,
 
-----Original Message-----
I have a list of records created via a query which pulls
out all records with todays date as the due_date to
action on them,

All this is shown with in a form, I have also created a
Check box where after I do any updates required i want to
be able to tick this check box and it will clear the
Due_date of any value, what is the command for doing
this,
.
Can it be done by ising something like the following
code, if click14 = true then due_date isnull
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top