halima said:
Hy Chris,
in fact I need to have both I would like to have a view of all bills < 90
days from bill_date
halima,
Please understand that as far as I can tell, you already have it.
(a field which I already have in my database). I realise
I have to make separate queries but if I already know how to make the first I
am sure I could go on with the second.
Then, I am assuming the results were good?
Well? Chris, I have a problem with the date(), is that not the
current date?
Yes, date() is the current date (assuming that the computer's date
is set correctly).
I already have recorded bill_dates in my db.
I am also assuming that I am not understanding what the problem is.
You have your bill dates. You have the current date + 90. You have
an expression that returns all bill dates less than the current date
+ 90. By changning <= to >=, you get the reverse (that you also
said you wanted).
I apologize, but I cannot determine exactly what is going wrong.
In the original post, you said:
date!
You have a ! at the end of the sentence, which makes it seem like
you are stating that these results are an error.
But above that:
This statement states that you want exactly what you said you are
getting.
This is why I am not sure what the problem is.
Sincerely,
Chris O.
PS Although meant for an sqlserver newsgroup, the
following link is still applicable for MS Access:
http://www.aspfaq.com/etiquette.asp?id=5006, and
is excellent when it comes to detailing how to
provide the information that will best enable
others to answer your questions.