> > Could you pleas post your sample data and desired results?
> >
[quoted text clipped - 24 lines]
> [Rate] (monthly rate for this unit)
> [Paidthru] (Rent is paid thru this date)
Joe,
What I'm looking for is:
DDL:
If you have the complete CREATE TABLE statement for your table, or
can write one for the rest of us, including all CONSTRAINTS,
providing that helps. The table structure description can be used,
but the time you save me on building your table is time I spend
solving your question instead of getting to the point where I can
begin to solve your question.
Your Sample Data:
LedgerID, CustNo, Unit, StartDate, EndDate, Rate, Paidthru
1, 1, 1, 01/01/2005, 02/01/2005, 50.00, 02/01/2005
etc.
etc.
etc.
etc.
You would be replacing the above will 5-10 key rows from your actual
data covering the cases necessary. When I create a copy of your
table to experiment with, I'll have something valid to load into it
(instead of something I guessed on).
Your Desired Results:
Col1, [Coln . . .]
<some value> , <other value>
<some value> , <other value>
<some value> , <other value>
Your output columns and the output data as you would expect to see
them upon the successful completion of the query. If you don't know
what you want out of this query, there is not much chance of me
guessing it. The narrative above was good, but let's be exact.
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.
Sincerely,
Chris O.
Joe Cilinceon - 29 Nov 2005 16:51 GMT
> What I'm looking for is:
>
[quoted text clipped - 43 lines]
>
> Chris O.
Thanks Chris, the effort to help is appreciated. I can see though that I'm
lacking the language skills and etiquette required to ask a question like
this in this group. It seems to me that every time I ask a question that
seems to be a pretty straight forward, it seems to get a lot more
complicated than I really need. Thanks again and I have solved it with a
couple of queries then adding them together.

Signature
Joe Cilinceon