DateAdd("d",7,[Forms]![teste]![CPR retrain])
so that CPR retrain = the date. that works, but only if i put the date in the table -7. I.e if i was looking for the 12/12/2001, i need to put in the 05/12/2001 for it to find anything. I want a range from the date entered, upto a week after it. I...