Search results

  1. C

    Can any one help with this matching problem!!

    A big Thanks to Alexandre, for helping me with my Matching problem. Cheers!! Christine
  2. C

    How to run VBA program automatically from database

    What/where is the onload event of the form? The actual program in the modules section is a parsing program which parses information form a webpage and stores it in a table in my database. This information is then automatically matched with users information by a query and then an email is sent...
  3. C

    How to run VBA program automatically from database

    Hi all, I'm doing a project for college which provides a service to registered users of my website. I have a number of program that need to be run in the background to provide this service. These programs will be run sequentially using an MSDOS Batch file. The problem is that one of these...
  4. C

    Can any one help with this matching problem!!

    Yes that is the way they are in the database. The numbers are entered on the webpage delimited by commas.
  5. C

    Can any one help with this matching problem!!

    The order of the numbers does not need to be respected. If a user receives 4 matches or more on a line the need to receive an email.
  6. C

    Can any one help with this matching problem!!

    I'm doing a project for college which is nearly finished except for one last bit. The project is called the lotto ALerter. It emails users who match correctly 4 numbers or more in one line. 6 numbers plus a bonus number are drawn in any particulaar draw. These numbers are stored in a database...
  7. C

    Matching Numbers

    Hi all, I need to write a matching program that will match lottery numbers with a users selected numbers. The lottery numbers change twice a week and there will always only be one record in the results table. The data in the results table comes from a web page which has beEn parsed using VBA...
Back
Top Bottom