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 SkipVought 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. VbPanicStation

    Problem: 'pop up' when VBA tries to send automated email via OUTLOOK

    I have written a program in VBA ACCESS which is meant to send out automated emails via outlook. The problem is that when ever I run the program, a pop up is displayed which reads 'A program is trying to automatically send e-mail on your behalf. Do you want to allow this? If this is unexpected...
  2. VbPanicStation

    VBA automated emails - How do I disable Microsoft outlook 'pop up'?

    I have written a program in VBA ACCESS which is meant to send out automated emails via outlook. The problem is that when ever I run the program, a pop up is displayed which reads 'A program is trying to automatically send e-mail on your behalf. Do you want to allow this? If this is unexpected...
  3. VbPanicStation

    ADO connection string and SQL

    Hi, Please help!!! I have not used ado connection strings and SQL statements before so I am really stuck. What I am trying to do is access some tables/ query within the same ACCESS 2003/ 2000 database using VBA and then use the data to send out an 'automatic' email. Questions: 1. How do I...
  4. VbPanicStation

    Connection string and SQL statement - I am new to this!

    Hi, Please help!!! I have not used ado connection strings and SQL statements before so I am really stuck. What I am trying to do is access some tables/ query within the same ACCESS 2003/ 2000 database using VBA and then use the data to send out an 'automatic' email. Questions: 1. How do I...
  5. VbPanicStation

    Comparing files in two folders before moving them

    Hi Fumei, Thanks for your notes. I agree with what you have said about the message boxes & was going to remove them once the code was complete - left them in there only for 'testing' purposes - I wanted to make sure that the code was doing what I wanted it to. Good idea about...
  6. VbPanicStation

    Comparing files in two folders before moving them

    Hello again, I wonder if you can help. With your help - I have been able to compile code which does most of the things that I'd like it to do namely: 1. List all items of a specific directory in a list box 2. Enable user to multi-select items - using a mouse 3. Using a button...
  7. VbPanicStation

    Comparing files in two folders before moving them

    Hi PHV - what I meant to say is that the .additem property is NOT displayed in my list methods/ properties. Not sure if there is somewhere where I need to select relevant references or not
  8. VbPanicStation

    Comparing files in two folders before moving them

    Thanks PHV - I am using VBA/ Access 2000. When I type List1. & the list of methods/ properties is displayed - .additem is displayed. Is this because Is this because the relevant reference has not selected (as in tools/ references on the defaul menu)? If so, what is the reference name?
  9. VbPanicStation

    Comparing files in two folders before moving them

    Hi - thanks for the info about the Dir function. I have been looking on the net for VBA code I could modify to suit & have come accross the one below. It works fine except that I can not get it to display in a list box. Listing the contents of a folder in a list box will enable me to select...
  10. VbPanicStation

    Comparing files in two folders before moving them

    Hi all, I'm new to programming - using VBA in access 2000. Hoping someone can help me. What the problem is: I have got three folders - temporary, master & archive folders. All folders have got files in them. What I'd like to do is for the code to move all the files from the temporary...
  11. VbPanicStation

    should I use VBA, VB.NET OR VB6?

    VBSlammer, m1kee - Thanks for your contributions. I really do appreciate it Another thing I am considering in the upgrade of my database is to redevelop it as an internet based application (internet form front end & access 2000 database) - that way anyone with an internet connection can access...
  12. VbPanicStation

    should I use VBA, VB.NET OR VB6?

    I've noticed that there are different 'packages' that one can buy e.g Standard, Enterprise, professional, architect. Seeing that I'd like use VB.net mainly for the development of database applications - which one should I buy? The standard version is the cheapest but someone told me that it may...
  13. VbPanicStation

    should I use VBA, VB.NET OR VB6?

    Thanks you two! Please tell me something, having started a project in VB6 and having created forms including controls and some code - would one be able to import/ export this into VB.NET and then carry on working in VB.NET?
  14. VbPanicStation

    should I use VBA, VB.NET OR VB6?

    This is more of a general one. I have developed a database in VBA/ Access 2000 (thanks to a few people on here who gave me some useful tips). It works fine but I'd like to upgrade it to include new features and also enhance existing ones. Eventually, I would like to link it to excel, word...
  15. VbPanicStation

    Sending 1 email to a recordset instead of 1 email per record

    Hi all, I hope that you can help me. I've only just started programming and I am struggling. I have modified the code below (that I copied out of a VBA Book) to send one email per record in a query. Now I would like to modify it again such that it send one email to all the people...

Part and Inventory Search

Back
Top