You need to specify table and form.
Perhaps a little more info as to what is the table name, form name and the object that is on the form.
For example if weekday and counter are fields that you want to check on the form currently open. You would use
if me!weekday = 6 then
me!counter =...