ashley0578
Registered User.
- Local time
- Today, 15:52
- Joined
- Oct 14, 2005
- Messages
- 16
I've created a database that accessess tables from a program we use which is constantly updating with customer information. My database is set up to automatically run 5 times a day to basically take a snapshot of certain financial items at that time. During this automation a query is updating a table. I have named this table daily_updates, although it runs several times a day. What I need to do is format a report to pull info from 1 day ago, 1 week ago and 1 month ago. Since there are multiple rows with daily info, I just want one of those rows. I know I can count back, but I'm really unsure of how to write the code to pull a specific amount of rows back. I hope I'm not sounding too confused or confusing!