Getting the Computer Name

  • Thread starter Thread starter David C. Holley
  • Start date Start date
D

David C. Holley

(I *NEVER* pay attention to these sorts of things when they come up,
until I need the information.)

Is there a way to grab the computer name that a Access DB is running on?
 
David C. Holley said:
(I *NEVER* pay attention to these sorts of things when they come up,
until I need the information.)

Is there a way to grab the computer name that a Access DB is running on?

environ$("COMPUTERNAME")
 
Back
Top