David R
I know a few things...
- Local time
- Yesterday, 22:00
- Joined
- Oct 23, 2001
- Messages
- 2,633
I inherited the management of this database from my well-meaning boss. It's a flat database with about 40 columns and 1500 entries (so far). Yargh!
However I've now run into a new snag. In a report, I can GroupOn a certain number of prefix digits, but that will only work for one given year. Minor consideration. Worse is that some are entered as 08/xx/01 and some are 8/xx/01. (Yes, they're text fields, because sometimes the value is "Deliver").
How can I summarize in a query for "Like 0n/*/01" OR "Like n/*/01"? (Since report seems limited in number manipulation)
However I've now run into a new snag. In a report, I can GroupOn a certain number of prefix digits, but that will only work for one given year. Minor consideration. Worse is that some are entered as 08/xx/01 and some are 8/xx/01. (Yes, they're text fields, because sometimes the value is "Deliver").
How can I summarize in a query for "Like 0n/*/01" OR "Like n/*/01"? (Since report seems limited in number manipulation)