AGoodGuy
Programmer
- Aug 16, 2011
- 32
I have a question. Since I dont work on the weekends I have to still account for data for Friday and Saturday since my daily data reflects the day before. I have a field name that I focus on. The field names is Expiration date and I have it as >=Date()-32. Since I am not in the office to record the numbers for Friday and Saturday how would I use the fieldname or what criteria would I use to get my data from Friday and Saturday. Do I say >=Date()-31 (for Saturday) and >=Date()-30 for Friday? Your thoughts??