Search Form Help

  • Thread starter Thread starter Krill
  • Start date Start date
K

Krill

Can anyone help me, or know a link, of how I can create a search form
in Access '03. I want to be able to type in a number (such as an IP)
and have it give me the title (server name).

Any help will be greatly apprecaited.

Thanks,

k
 
Randy Birch demonstrates how to use the gethostbyaddr API to get the server
name when you know the IP address at
http://vbnet.mvps.org/code/network/hostnamefromip.htm

Obligatory warning: Randy's site is aimed at VB programmers. There are
significant differences between the controls available for forms in VB and
in Access. Having said that, though, this particular sample should port
directly into Access with no changes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top