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. Pejayuk

    Excel 2007 VBA - Scheduled function call with refferenced variables.

    I want to be able to schedule a function call passing the workbook reference to the called function. The closest I have found is the applicaton.ontime option but this will not allow the passing of the workbook reference. I am calling this from a class addin Option Explicit Private WithEvents...
  2. Pejayuk

    Delete related data accross two tables.

    PHV you star, that will work without the hassle of amending the relationships. Many thanks all for your help ö¿ô \_/
  3. Pejayuk

    Delete related data accross two tables.

    I have two tables linked by a one to many relationship Table1 Record No (One) CustomerDetails DeliveryDate Table2 Record No (Many) OrderDetails Quantity I would like to delete everything in both tables where Table1.DeliveryDate = Today. MsAccess keeps giving me a message "Could not delete...
  4. Pejayuk

    Expand distribution list.

    I am using exchange 5.5 and have setup distribution lists in the GAL that contain external email addresses. When someone external receives the email and clicks "Reply to all", the email comes back to our distribution list on our domain and can't be sent on to everyone in the distribution list as...
  5. Pejayuk

    Cisco router failover or load balancing for internet connection.

    We host both exchange and SQL server on the network. The SQL server is a part of our website that is mainly hosted externaly.
  6. Pejayuk

    Cisco router failover or load balancing for internet connection.

    We need to make our Internet connection more reliable, I would like to implement a failover or load balancing solution. We have a 2mb wireless connection and thinks of getting a 2mb ADSL as a backup. We currently have a Cisco 1700 router. My questions are; A) Is it possible to have one router...
  7. Pejayuk

    Use VB with Win API to decript data on CD-Rom

    I have a project I am working on that stores encrypted jpg images on a CD. What I am wanting to do is to write a program that will detect if a file of the extension .jpg is launched from the CDrom, then test to see if it is encrypted by the program and if it is it will prompt for a password to...

Part and Inventory Search

Back
Top