Search results

  1. K

    Sending email without using outlook, etc

    I am not sure what you are refering to regarding "batch emails". It already will send an email to multiple people, with an attachment. If you want it to do "more" then you need to write the appropriate vba code to do it. The dll itself handles all the rest.
  2. K

    Dynamic Crosstab Report & Dynamic Labels

    No, I do not have anything in access 97. You will find there is less and less out there as time goes by. I would suggest upgrading things to "at least" access 2000.
  3. K

    Access- sending email with no outlook profile

    Check out the following link for a sample database that allows you to send email without the use of an outside program. I think everything you need is in there. http://www.access-programmers.co.uk/forums/showthread.php?p=522876#post522876
  4. K

    Sending email without using outlook, etc

    Using the DLL Put the DLL in the windows/system folder. Register it using the command " regsvr32 OSSMTP.dll " from a command prompt. Or, find one of the slick utilities that are out there for registering DLL's.
  5. K

    HELP:::trigger email to email addresses in table

    Solution is in the sample databases Here is a link to the sample databases thread that should help you with your problems. The code/queries are included in the sample database. I think everything you are looking for is included...
  6. K

    I Ran accross a great example of selecting muti records and sending emails

    Email Example Database I think the example you are looking for is in the sample databases area of the forum. ;)
  7. K

    Sending email without using outlook, etc

    Sample Database for sending emails I was asked by some members of this forum if I could supply a sample database showing the use of this dll. Attached is a sample db, along with the dll. You must put the dll in your \windows\system folder, and register it before you can use this database. The...
  8. K

    Sending email without using outlook, etc

    I found a very handy dll that allows you to send email from within your ms access database (also ms excel). This allows you to send email without the use of ms outlook or other email clients. The web site for the dll is: http://www.ostrosoft.com/smtp_component.asp The zip download includes...
  9. K

    email from Access - no Outlook

    Sending email without using outlook, etc I found a very handy dll that allows you to send email from within your ms access database (also ms excel). This allows you to send email without the use of ms outlook or other email clients. The web site for the dll is...
  10. K

    Sending a Report and/or Record Via Email

    Sending email without using ms outlook, etc I found a very handy dll that allows you to send email from within your ms access database (also ms excel). This allows you to send email without the use of ms outlook or other email clients. The web site for the dll is...
  11. K

    Dynamic Crosstab Report & Dynamic Labels

    Registering a dll or ocx You can put the dll in any directory you want. Use the regserver command or find a utility for registering dll's that does it quickly for you.
  12. K

    reports and pdf export

    pdf export of reports Go to lebans web site. Browse thru his samples. In the reports section he has a sample database with a pdf export for reports.
  13. K

    Keycodes with a form

    I am trying to trap specific key downs for use on a specific form. Basically, what I want to have happen is when the specified form is open, I want to have the number keys mapped so that when I press the 9 key, it puts the number 9 in the field and then moves to the next field. Same with the...
  14. K

    Dynamic Crosstab Report & Dynamic Labels

    This is a combination of a sample database from Lebans web page, and an activex dll I found that works really well in rotating the labels for reports in any direction you want. There are two databases in this zip file. One comes with the activex control and shows you a number of ways you can...
  15. K

    Capture kilos from a scale

    Com Port interface Many people use different ways to communicate with the com port in ms access. I myself went thru this exercise over a two year period. I found an activex dll that worked well in my application. Here is the web site where you can download a fully functional evaluation copy...
  16. K

    Backup & Restore using ZIP

    I came across a very neat activex dll that can be used for zipping and unzipping files (especially backend databases). The nice thing about this one is it works very well with access. The other nice thing is that it is free. :D Go to the following url: http://xstandard.com In their products...
  17. K

    Using Events from outside controls

    I am trying to use an "external" control in my access database. Very briefly, here is the scenario. I have a unique measuring instrument that uses hex codes to communicate with it via a comm port. To initialize the instrument, I send it 0xD5 in Hex. It responds with 200 in Ascii. I was using...
  18. K

    Let's rebuild!

    Section to deal with graphs and charts I have found there is a real need for a section that deals with graphs and charts. There is some really good posts/suggestions that are scattered all over in outlying areas. It seems like lots of people are using them in their databases, or having a link...
  19. K

    Two questions about Access Runtime

    I have two questions regarding access runtime. Here they are: 1) I have developed a database in Access 2002 for a friend. He currently has Office pro 2000 on his machine. IF I include the Access 2002 runtime for him to install, will it overwrite any of his Access 2000 files and cause...
  20. K

    Graph Problem in Access

    Should this be in the FAQ section???? In reviewing past posts over a while, this question has come up. Just a suggestion, but maybe if it was in the FAQ area it would be beneficial...
Top Bottom