sendtobrad
Registered User.
- Local time
- Yesterday, 21:51
- Joined
- Nov 15, 2008
- Messages
- 14
I am trying to return every field for the highest (most recent record) in my table. I used SELECT TOP 1 in front the query and it is returning the highest record with no null values. I almost always have null values. How do I get around this?
In a related question, how do I get a query which I want to use as the source for a report to only show fields with values?
In a related question, how do I get a query which I want to use as the source for a report to only show fields with values?