Checking if modem is installed

  • Thread starter Thread starter Russ via AccessMonster.com
  • Start date Start date
R

Russ via AccessMonster.com

Was wondering if someone could help me with any code to tell me how to chek
if a modem is installed and if not provide message?
Any help would be appreciated
thanks in advance!
Russ
 
Was wondering if someone could help me with any code to tell me how to
chek if a modem is installed and if not provide message?

This is an Access database group. You are probably better off asking the
question in an API group for whatever version of operating system you are
working in: m.p.vb.winapi might be a good place to start.

Best wishes


Tim F
 
I require my Access database to check via VBA f a moden is installed so I can
enable or disable feaures in the database. Is this the wrong place?
 
I require my Access database to check via VBA f a moden is installed
so I can enable or disable feaures in the database. Is this the wrong
place?

There are some people here who know their way around the win32 API, but
you'll find more of them in a group dedicated to the subject. Faffing
around with hardware and OS facilities sounds to me more like an API
function than a database one -- even if you want to do it within the Access
platform.

Best of luck


Tim F
 
Back
Top