Access VBA: Is there any way to get computer specs?
问题 I'm creating a form in Access that processes millions of lines of data, and takes several hours (depending on your computer). I want to implement a feature that will read the computer specs, such as CPU speed and amount of RAM, and determine how long the process will take. Is it possible to get the computer specs using VBA? 回答1: 1) There is this "environ" function that can give you informations on the "computer" environment. It is usually used to get things such as user name or temp folder,