James Pye
James
- Local time
- Today, 21:10
- Joined
- Jan 17, 2010
- Messages
- 10
Hi,
I have a fantasy football database, and I identify new weekly points by New:Sum([Current_Pts]-[Previous_Pts]) from table Teams, in a query.
And then 'manager of the week' by =IIf([New]=DMax("New","qry_SummaryPts"),"***","") on a summary report.
Also, on this report I have a column that is the number of times a person has been 'manager of the week': I currently do this manually by opening the report to see who is motw and then update that field in the Managers table then, reopen the report to export it.
Can this be done via an update query? Or is VBA better?
Thanks
James
I have a fantasy football database, and I identify new weekly points by New:Sum([Current_Pts]-[Previous_Pts]) from table Teams, in a query.
And then 'manager of the week' by =IIf([New]=DMax("New","qry_SummaryPts"),"***","") on a summary report.
Also, on this report I have a column that is the number of times a person has been 'manager of the week': I currently do this manually by opening the report to see who is motw and then update that field in the Managers table then, reopen the report to export it.
Can this be done via an update query? Or is VBA better?
Thanks
James