S
Stuart B
I have found the following link to code to get the computer name from within
an Access VBA code module.
http://www.mvps.org/access/api/api0009.htm
unfortunately I cannot seem to get it work.
It looks as if it is because of the two Functions with there being no end
function on the first. Adding an
End Function
after the first Private Declare Function... statement then raises an error
on the "lib" keyword.
Is there anyone who can advise me?
Many thanks,
Michael.
an Access VBA code module.
http://www.mvps.org/access/api/api0009.htm
unfortunately I cannot seem to get it work.
It looks as if it is because of the two Functions with there being no end
function on the first. Adding an
End Function
after the first Private Declare Function... statement then raises an error
on the "lib" keyword.
Is there anyone who can advise me?
Many thanks,
Michael.