Finding the mac address

B

Beth

Can anyone help me find out how to use code to find the computer's mac
address?
Thanks,
Beth
 
D

Douglas J Steele

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.
 
Top