G
Gordon
I have a table (tblDates) which contains a list of week numbers
(fldWeekNo) and corresponding start (fldStartDate)and end dates
(fldEndDate) for each week no - used to calculate financial week
numbers.
What I am trying to do is work out what the current financial week
number is
from a given date that is inserted by the user into a bound text box
(txtVisitDate), for which the control source = fldVisitDate.
When txtVisitDate is updated, I want a second unbound text box
(txtWeekNo) on the same form to be updated with the appropriate week
number.
Can someone suggest the code I need to do this.
Thanks
Gordon
(fldWeekNo) and corresponding start (fldStartDate)and end dates
(fldEndDate) for each week no - used to calculate financial week
numbers.
What I am trying to do is work out what the current financial week
number is
from a given date that is inserted by the user into a bound text box
(txtVisitDate), for which the control source = fldVisitDate.
When txtVisitDate is updated, I want a second unbound text box
(txtWeekNo) on the same form to be updated with the appropriate week
number.
Can someone suggest the code I need to do this.
Thanks
Gordon