I have 2 tables, one-to-many. The main table are properties, each unique, identified by a PROPNUM, which is the link to the many table. The many table has monthly numbers for each property, no duplicates on dates within a property.
What I want to do is to be able to create a query that shows the first X (specified) monthly records for each property, the kicker being that the first month for each property is a different date than another property.
I want the result set to be the X first records for each property, without showing the other months as zeroes, I would prefer they not show up at all.
I have done this in report software, where I set up a running total (which is a counter), but I do not know how to do this in Access.
Any help is appreciated!
Fred Emmerich
What I want to do is to be able to create a query that shows the first X (specified) monthly records for each property, the kicker being that the first month for each property is a different date than another property.
I want the result set to be the X first records for each property, without showing the other months as zeroes, I would prefer they not show up at all.
I have done this in report software, where I set up a running total (which is a counter), but I do not know how to do this in Access.
Any help is appreciated!
Fred Emmerich