G
Guest
Hi all,
I am finally getting around to re-designing some of messes I created when I
first started working in Access. This newsgroup has enabled me to increase
my knowledge exponentially. Thanks to all!
My challenge to you this time:
Can Access reach out and detect a network connection. I have a user on a
laptop and I want to automate his updates. I have an idea of how the code
should look, just don't know the right calls.
If networkconnection found Then
DoCmd.RunSQL "run update and append queries"
Else
do nothing
End If
this is not actual code, just an example of what I would like to do.
Thanks for Enabling me,
NickX
I am finally getting around to re-designing some of messes I created when I
first started working in Access. This newsgroup has enabled me to increase
my knowledge exponentially. Thanks to all!
My challenge to you this time:
Can Access reach out and detect a network connection. I have a user on a
laptop and I want to automate his updates. I have an idea of how the code
should look, just don't know the right calls.
If networkconnection found Then
DoCmd.RunSQL "run update and append queries"
Else
do nothing
End If
this is not actual code, just an example of what I would like to do.
Thanks for Enabling me,
NickX