J
Jean-Paul
I have a field that contains a weeknumber
Upon opening the form I wrote:
Me!weeknummer = DatePart("ww", Date)
I have 2 puchbuttons "+" and "-" than increase and decrease the number.
There are also 6 fields on the form
What I want is:
When I choose weeknumber 2 the correct dates should be entered in each
of the 6 fields, starting with monday as the first date
example:
Weeknumer = 2
field monday= 01/05/09
field thuesday = 01/05/09
.....
if weeknumber = 1
field monday= 12/29/08
field thuesday = 12/30/08
.....
any idea?
Thanks
Upon opening the form I wrote:
Me!weeknummer = DatePart("ww", Date)
I have 2 puchbuttons "+" and "-" than increase and decrease the number.
There are also 6 fields on the form
What I want is:
When I choose weeknumber 2 the correct dates should be entered in each
of the 6 fields, starting with monday as the first date
example:
Weeknumer = 2
field monday= 01/05/09
field thuesday = 01/05/09
.....
if weeknumber = 1
field monday= 12/29/08
field thuesday = 12/30/08
.....
any idea?
Thanks