Question : Change Date depending on checkbox

I am new to access and have a table with a date field and a yes/no field among others. I have a form that gets it's data from a query on the table. I want to change the date if the checkbox (yes/no field) is selected and then clear the checkbox. The amount the date changes will depend on another field in the record.

Thanks in advance.

Answer : Change Date depending on checkbox

Try

=IF(COUNT(FIND({"READING","LTS"},$T468)),AE468,"")

That's case sensitive - if you don't want it to be case-sensitive then use SEARCH instead of FIND

regards, barry

Random Solutions  
 
programming4us programming4us