I have an unbound form that a user will fill in a start date; end date; and "week number" to generate criteria for unrelated queries to run a report.
Currently, I have the Start Date as the user entering the desired date and then then "end date" autofilling upon entering 6 days later than the start date.
So far so good.
What I am trying to do now, is have the "Weeknumber" textbox autofill the week number based on the date generated in the "EndDate".
For Example: EndDate=1/12/2013
Week Number: Autofills=2 indicating the second week of the year.
None of these text fields are generating a table and are solely used for query criteria.
Thanks in advance, much appreciated.
Currently, I have the Start Date as the user entering the desired date and then then "end date" autofilling upon entering 6 days later than the start date.
So far so good.
What I am trying to do now, is have the "Weeknumber" textbox autofill the week number based on the date generated in the "EndDate".
For Example: EndDate=1/12/2013
Week Number: Autofills=2 indicating the second week of the year.
None of these text fields are generating a table and are solely used for query criteria.
Thanks in advance, much appreciated.