Have a simple application that needs to look only at records only with TODAY's date. However, MSQUERY does not support Date() or Today(), etc. Any help would be appreciated.
Never tried that in MSQuery myself, but definitely can see the need. From doing a quick search, it sounds like you can just use the "date()" or "now()" or "Getdate()" function of your underlying data source. So, for instance, if it's MS SQL Server, then you could use GETDATE().
Also, here's a reference from Microsoft that mentions some reserved words in MS Query that might work regardless of where the data comes from. Not sure, again, I've ever tried:
Tried GETDATE() and get all the dates. Using SQLServer database. Like also doesn't work, and I have read the help on that and used both % and * as wildcards. I can set up a query in ACCESS that feeds EXCEL and it runs.
I am trying to build a simple application that counts objects as they pass through gates. Each gate has records that are updated as an object passes. I want a scorebord for each gate just for todays activities. I could do it in Access easily but executing the query every minute would eat cpu time(according to what I've read). Excel does a better job at that, and I would like to use only one application for the task, however MSQuery has it's weak spots as well, which are Getdate() and Like.
How much of your CPU gets utilized will vary GREATLY by the number of records. Are you dealing with a handful of records, thousands, hundreds of thousands, millions, what? That will make a big difference. If you are dealing with thousands or LESS, then an Access database can handle it. Access is built to handle more than Excel anyway - well, that's not as much the case anymore with Excel 2007/2010, b/c Excel can now handle up to 1 million rows (well that's not the exact number).
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.