Finding the mac address

  • Thread starter Thread starter Beth
  • Start date Start date
B

Beth

Can anyone help me find out how to use code to find the computer's mac
address?
Thanks,
Beth
 
Take a look at what Randy Birch has at
http://vbnet.mvps.org/code/network/macaddress.htm

Obligatory warning: Randy's site is aimed at VB programmers. Because there
are significant differences in the controls available for forms in VB and
those in Access, not all of his code ports directly into Access. Taking a
quick look at this sample, though, I don't think you should have any
problems using the code in Access.
 
Back
Top