D David Kennedy Jul 12, 2007 #1 Hi, Does anyone know the code to get your computers name using VBA? Thanks, David
G Guest Jul 12, 2007 #2 Hi David, The Environ command returns a great number of local type variables including the computer name. MyComputer = Environ("Computername") Cheers, RJ
Hi David, The Environ command returns a great number of local type variables including the computer name. MyComputer = Environ("Computername") Cheers, RJ
A Allen Browne Jul 12, 2007 #3 See: Current Computer Name at: http://www.mvps.org/access/api/api0009.htm
A Alex Dybenko Jul 12, 2007 #4 look here: http://www.mvps.org/access/api/api0009.htm -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com
look here: http://www.mvps.org/access/api/api0009.htm -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com