Im creating a query, where a check box (paid) enters "Now()" into a date field, labeled "Pad Date:"
I thought a simple query in the citeria of the "Paid Date" box
would solve this porblem.
I was just thinking, perhaps a blonde moment... will this enter the date that the button was checked on or would it keep applying todays date whilst the box is checked?
I thought a simple query in the citeria of the "Paid Date" box
Code:
Switch([Paid]=Yes,"=Now()")
I was just thinking, perhaps a blonde moment... will this enter the date that the button was checked on or would it keep applying todays date whilst the box is checked?