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 Rhinorhino 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: *

  • Users: WhiskyMac
  • Content: Threads
  • Order by date
  1. WhiskyMac

    Creating a URL within a Access created email

    Hi Below is a text string that I add to Access produced emails. What's the best way to create the URL as a web link? txtMessage1 = Chr(10) & Chr(10) & "If you cannot read the attachments, please download the free Microsoft Snapshot Viewer SNPVW.EXE from" & Chr(10) &...
  2. WhiskyMac

    Error 2046, The Command or Action 'SaveRecord' isn't available now.

    I'm using Access 2002 and want to force a record to be saved prior to printing. The VBA command line I'm using is DoCmd.RunCommand acCmdSave but this returns the error message "Error 2046, The Command or Action 'SaveRecord' isn't available now." Anyone got a work around?
  3. WhiskyMac

    Receiving Faxes

    I have recently installed Symantec WinFax Pro v10.0 and Microsoft's Fax Console on two separate Dell laptops, both running Windows XP pro. Whilst I can successfully send faxes using both applications, I cannot receive anything at all on either. I have a normal ADSL line and the modem is...
  4. WhiskyMac

    Writing back to access database from within VBA

    I am creating a report (a letter) under VBA from within Access 2000, passing through a customer ID number. When the letter has been created for that customer, I want to write today's date back to a field on the Access database so that the same letter will not be produced again for that customer...

Part and Inventory Search

Back
Top