Hello,
Attached is a database with my problem. I have a table and two querys. Query1 does a simple sum and then Query2 should calculate a pct change. I need to compare the current value to the previous day's value and there's the rub.
BegValue will always equal the previous day’s EndValue.
This topic has been explained before and I have reviewed the discussions. But in my case there are multiple clients and multiple dates so I couldn't work it all out.
Why is this so easy in Excel but so hard in Access? I need to do this in a query not a report and I do not want to use the Dlookup function because I think it will get overwhelmed. I think the SQL Query Select...From....Where should work but I need some help.
I am new to databases but have learned a lot from this site.
Thanks, Dwight
Attached is a database with my problem. I have a table and two querys. Query1 does a simple sum and then Query2 should calculate a pct change. I need to compare the current value to the previous day's value and there's the rub.
BegValue will always equal the previous day’s EndValue.
This topic has been explained before and I have reviewed the discussions. But in my case there are multiple clients and multiple dates so I couldn't work it all out.
Why is this so easy in Excel but so hard in Access? I need to do this in a query not a report and I do not want to use the Dlookup function because I think it will get overwhelmed. I think the SQL Query Select...From....Where should work but I need some help.
I am new to databases but have learned a lot from this site.
Thanks, Dwight