dreamer610
MIS
Hi, I have to create an application where a date is entered and based on that date, the user is brought to a form where they can enter in information for a certain WEEK. So any date entered in which is within the same week will bring up the same form. There will be only one field of data per program per week. The problem is that the week needs to be defined from Friday to Thursday instead of the usual Sunday to Saturday. So for example if someone entered data in on this Thursday, May 2, and then attempted to enter in data for Friday, May 3, they would be entering data into two different data fields for two different weeks. However if they entered in data for Wednesday and Thursday, they would be entering data into the same field. So I guess my question is, has anybody had to do something like this before? Is there any relatively simple way to set something like this, any specific functions I should use. I have a few half ideas on how to possibly set this up but nothing really firm. If I'm not explaining this clearly enough or you have any questions please let me know. Any hints or pointers would be greatly appreciated.