Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sjswann

    Is there an Excel Open in Access?

    Create an 'event procedure' to open on the 'on-click' event behind a command button and try to open the .xls from there: EG Private Sub OpenXls_Click() On Error GoTo Err_OpenXls_Click Dim RetVal RetVal = Shell("C:\Program Files\Microsoft Office\Office\EXCEL.exe...
  2. sjswann

    Macro- to send an email to specific people in a list

    The following VBA code in the "On Click" property behind a command button should send a message to each of the people in the table you have set up. It will help if you have an email field in the table. Basically what it should do is supply the contents of the subject and the message to...
  3. sjswann

    Peer to Peer

    Karinx, have you tried running winipcfg at the command prompt?

Part and Inventory Search

Back
Top