donkey9972
Registered User.
- Local time
- Today, 01:29
- Joined
- May 18, 2008
- Messages
- 142
Okay, I know my question is probably a bit vague and weird. So please allow me to elaborate on it...
So what I am trying to find out is this. I have a form, I want it to be able to scroll through all the records to the query it is bound to. I also have a report bound to the same query, but I only want it to show the current data, not anything from the past. I know I can go into the SQL on the query and Select Top 1, but that would limit the form to. Is this type of result possible or do I need to make a 2nd query for that particular data filter?
So what I am trying to find out is this. I have a form, I want it to be able to scroll through all the records to the query it is bound to. I also have a report bound to the same query, but I only want it to show the current data, not anything from the past. I know I can go into the SQL on the query and Select Top 1, but that would limit the form to. Is this type of result possible or do I need to make a 2nd query for that particular data filter?