I have an access database where I keep prices of different locations in a county.
Each location is shown in a form with a GROUP By from a query. I do not update the location records at all. What I do update is the price of each location, which is in a different table.
Location Table
LocationID linked with LocationPrice Table
Name
Address
etc
LocationPrice Table
LocationID linked with Location Table
Price
UpdatePriceDate
What I want to show is this:
In the form, show the one location, but on one side of the page show me all the prices that location went thru.
Say:
Location: 514
Address: 9999 subway drive
Division: Something
Price Changes:
$512.00 05/05/2003
$640.00 06/30/2003
So just show the location information once, and say on the side of the form show the prices that location is been thru.
I have the form set and all works great, but I do not know how to get ALL the prices that location is been thru. I can only get one price and that is it.
Anyone can help me there, please?
Each location is shown in a form with a GROUP By from a query. I do not update the location records at all. What I do update is the price of each location, which is in a different table.
Location Table
LocationID linked with LocationPrice Table
Name
Address
etc
LocationPrice Table
LocationID linked with Location Table
Price
UpdatePriceDate
What I want to show is this:
In the form, show the one location, but on one side of the page show me all the prices that location went thru.
Say:
Location: 514
Address: 9999 subway drive
Division: Something
Price Changes:
$512.00 05/05/2003
$640.00 06/30/2003
So just show the location information once, and say on the side of the form show the prices that location is been thru.
I have the form set and all works great, but I do not know how to get ALL the prices that location is been thru. I can only get one price and that is it.
Anyone can help me there, please?