Forum: Computer Science Dec 2nd, 2005 |
| Replies: 2 Views: 1,514 My project needs to be able to calculate percentages based upon days and bookings and i need to know, if there is a specific function that allows you to..
Enter [Month] And [Year], Count the... |
Forum: Computer Science Nov 14th, 2005 |
| Replies: 2 Views: 25,675 >=("d",7,int(now())) or >=("w",1,int(now()))
Had same problem.. kinda :P |
Forum: Computer Science Nov 14th, 2005 |
| Replies: 1 Views: 3,316 Ok, a very kind person helped me with this already :) you know who you are and thanks :)
If you are also suffering the same type of problem.
DateAdd ("m",2,int(now())) you can substitute M for... |
Forum: Computer Science Nov 14th, 2005 |
| Replies: 1 Views: 3,316 Im currently using Access 2000 when at home and Access 2002 when at college.
I want to create a date validation that allows only dates
> Now +7 Days And < Now +2 Months
At the current... |