C
Chris Large
Try:-
NewField: IIf(Weekday([MyDate])=1,[MyDate],[MyDate]+7-
Weekday([MyDate]))
change MyDate to your field name (which shouldn't
be "Date" which is the name of an Access function).
hth
Chris
NewField: IIf(Weekday([MyDate])=1,[MyDate],[MyDate]+7-
Weekday([MyDate]))
change MyDate to your field name (which shouldn't
be "Date" which is the name of an Access function).
hth
Chris